Example usage for android.graphics.drawable Drawable subclass-usage

List of usage examples for android.graphics.drawable Drawable subclass-usage

Introduction

In this page you can find the example usage for android.graphics.drawable Drawable subclass-usage.

Usage

From source file com.example.neilhy.pulltorefresh_lib.header.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 * It's taken from {@link android.support.v4.widget}.
 * I've done some slight changes.
 *
 * @hide

From source file com.xy.MeiFour.util.ultra_pull_refresh.header.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 * It's taken from {@link android.support.v4.widget}.
 * I've done some slight changes.
 *
 * @hide

From source file cn.finalteam.loadingviewfinal.header.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 * It's taken from {@link android.support.v4.widget}.
 * I've done some slight changes.
 *
 * @hide

From source file com.example.weile.materialdesignexa.widget.ptr_layout.header.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 * It's taken from {@link android.support.v4.widget}.
 * I've done some slight changes.
 *
 * @hide

From source file com.zzmstring.viewset.View.RefreshAndLoading.UltraPulltoRefresh.header.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 * It's taken from {@link android.support.v4.widget}.
 * I've done some slight changes.
 *
 * @hide

From source file com.albedinsky.android.ui.graphics.drawable.DrawableWrapper.java

/**
 * A {@link android.graphics.drawable.Drawable} implementation which can be used to wrap another instance of Drawable.
 *
 * @author Martin Albedinsky
 */
public class DrawableWrapper extends Drawable implements Drawable.Callback {

From source file com.hippo.vector.AnimatedVectorDrawable.java

/**
 * This class uses {@link android.animation.ObjectAnimator} and
 * {@link android.animation.AnimatorSet} to animate the properties of a
 * {@link android.graphics.drawable.VectorDrawable} to create an animated drawable.
 * <p>
 * AnimatedVectorDrawable are normally defined as 3 separate XML files.

From source file com.xiyuan.refresh.MaterialProgressDrawable.java

public class MaterialProgressDrawable extends Drawable implements Animatable {
    private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
    private static final Interpolator MATERIAL_INTERPOLATOR = new FastOutSlowInInterpolator();

    private static final float FULL_ROTATION = 1080.0f;

From source file com.xk.trucktrade.ui.custom.MaterialProgressDrawable.java

/**
 *  android.support.v4.widget ??, ??, ?.
 * <p/>
 * Copy by Lex Luther on 9/30/15.
 */
public class MaterialProgressDrawable extends Drawable implements Animatable {

From source file com.kycq.library.picture.widget.LoadingDrawable.java

/**
 * Fancy progress indicator for Material theme.
 */
public class LoadingDrawable extends Drawable implements Animatable {
    // Maps to ProgressBar.Large style
    public static final int LARGE = 0;