List of usage examples for android.graphics.drawable Animatable interface-usage
From source file cn.brision.football.view.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 demo.binea.com.pulltorefreshlib.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.aako.commonpulltorefresh.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 android.wuliqing.com.mylibrary.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.whodm.retrofitdemo.ui.util.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.congxiaoyao.xber_admin.widget.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. */ public class MaterialProgressDrawable extends Drawable implements Animatable { private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); static final Interpolator MATERIAL_INTERPOLATOR = new FastOutSlowInInterpolator();
From source file com.chanven.commonpulltorefresh.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.xfzbd.cqi.widget.srl.ShyaringanProgressDrawable.java
/** * Fancy progress indicator for Material theme. */ class ShyaringanProgressDrawable extends Drawable implements Animatable { public static final Interpolator MATERIAL_INTERPOLATOR = new FastOutSlowInInterpolator(); // Maps to ProgressBar.Large style
From source file com.andview.example.ui.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.zly.www.easyrecyclerview.ptrlib.header.MaterialProgressDrawable.java
/**
* Fancy progress indicator for Material theme.
* It's taken from {@link android.support.v4.widget}.
* I've done some slight changes.
*
*