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 mobi.jzcx.android.core.pulltorefresh.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.hakerjack.experiments.RefreshIconDrawable.java

/**
 * Fancy progress indicator for Material theme.
 *
 * @hide
 */
class RefreshIconDrawable extends Drawable implements Animatable {

From source file com.androidhuman.circlerefreshlayout.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 */
class MaterialProgressDrawable extends Drawable implements Animatable {

    private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();

From source file com.zcolin.gui.zrecyclerview.swiperefreshlayout.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 */
class MaterialProgressDrawable extends Drawable implements Animatable {
    private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
    private static final Interpolator MATERIAL_INTERPOLATOR = new FastOutSlowInInterpolator();

From source file com.andremion.music.MusicCoverView.java

public class MusicCoverView extends ImageView implements Animatable {

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

From source file com.appdsn.qa.ui.pullrefreshlayout.MaterialDrawable.java

/**
 * Fancy progress indicator for Material theme.
 *
 * @hide
 */
class MaterialDrawable extends Drawable implements Animatable {

From source file com.xiemarc.marcreading.recycleview.swipe.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 *
 * @hide
 */
class MaterialProgressDrawable extends Drawable implements Animatable {

From source file com.justwayward.reader.view.recyclerview.swipe.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 *
 * @hide
 */
class MaterialProgressDrawable extends Drawable implements Animatable {

From source file com.shizhefei.view.coolrefreshview.header.MaterialProgressDrawable.java

/**
 * header ?? liaohuqiu android-Ultra-Pull-To-Refresh,v4MaterialProgressDrawable
 * <p>
 * Fancy progress indicator for Material theme.
 * It's taken from {@link android.support.v4.widget}.
 * I've done some slight changes.

From source file net.sf.fakenames.dispatcher.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;