Example usage for android.graphics.drawable Animatable interface-usage

List of usage examples for android.graphics.drawable Animatable interface-usage

Introduction

In this page you can find the example usage for android.graphics.drawable Animatable interface-usage.

Usage

From source file com.smart.app.vendor.pulldownrefresh.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 me.sonam.dev.corelibs.views.cube.ptr.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.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 pl.rmakowiecki.simplemusicplayer.ui.widget.MusicCoverView.java

public class MusicCoverView extends android.support.v7.widget.AppCompatImageView implements Animatable {

    public static final int SHAPE_RECTANGLE = 0;
    public static final int SHAPE_CIRCLE = 1;

    static final int ALPHA_TRANSPARENT = 0;

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 {