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.example.administrator.baseactivty.SWrecyclerview.widgets.MaterialProgressDrawable.java

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.lidong.android_ibrary.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 in.srain.cube.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.afra55.baseclient.view.refreshforheader.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.xiaocool.hongyunschool.view.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme. It's taken from
 * {@link android.support.v4.widget}. I've done some slight changes.
 *
 */
public class MaterialProgressDrawable extends Drawable implements Animatable {

From source file in.srain.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.jude.easyrecyclerview.swipe.MaterialProgressDrawable.java

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

From source file me.lynnchurch.swiperefreshplus.MaterialProgressDrawable.java

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

From source file com.JTechMod.custom.refreshlayout.MaterialProgressDrawable.java

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

From source file com.lcc.imusic.wiget.MaterialProgressDrawable.java

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