List of usage examples for android.graphics.drawable Animatable interface-usage
From source file com.swiprefreshload.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.com.mytoolsproject.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file vite.ptr.header.MaterialProgressDrawable.java
/**
* Fancy progress indicator for Material theme.
* It's taken from android.support.v4.widget.
* I've done some slight changes.
*
*/
From source file lx.af.view.SwipeRefresh.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.loopeer.springheader.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.szhua.foryou.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 com.bigkoo.svprogresshud.view.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.hao.mypackagetracker.support.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ public class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.hakerjack.experiments.RefreshProgressSpinner.java
/**
* Refresh progress spinner that contains a loading animation.
* Slightly modified from {@link android.support.v4.widget.MaterialProgressDrawable}
* Used by {@link SwipeRefreshLayoutIndicator}
*
* Created by kjia on 9/29/15.
From source file com.storm.powerimprove.widget.MaterialProgress.java
/** * Fancy progress indicator for Material theme. * */ public class MaterialProgress extends Drawable implements Animatable { private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();