List of usage examples for android.graphics.drawable Animatable interface-usage
From source file com.path2wind.sorecyclerview.refreshLayout.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file org.alex.swiperefreshlayout.view.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. */ public class MaterialProgressDrawable extends Drawable implements Animatable { private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); public static final Interpolator MATERIAL_INTERPOLATOR = new FastOutSlowInInterpolator();
From source file com.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.delin.dgclient.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.wq.freeze.horizontalrefreshlayout.refreshhead.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. */ public 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 loopeer.com.testconstraintlayout.springheader.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.zcits.trafficcontrol.easyrecyclerview.swipe.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file mw.ankara.uikit.refresh.AnProgressDrawable.java
/** * Fancy progress indicator for Material theme. */ public class AnProgressDrawable extends Drawable implements Animatable { private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); private static final Interpolator MATERIAL_INTERPOLATOR = new FastOutSlowInInterpolator();
From source file com.example.pbtest.MaterialProgressDrawable.java
/**
* android?android.support.v4.widget?SwipeRefreshLayout
* Fancy progress indicator for Material theme.
*
* @hide
*/
From source file zalezone.pullrefresh.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