List of usage examples for android.graphics.drawable Animatable interface-usage
From source file com.nzl.book.view.recycleview.swipe.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.ihaoyisheng.shubowen.demo.widget.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.tellh.swipetorefreshlayoutgoogle.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.ou.reader.view.recyclerview.swipe.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file org.alex.refreshlayout.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.gavin.superrefreshlayout.refreshwidget.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.cai.pullrefresh.lib.header.MaterialProgressDrawable.java
public class MaterialProgressDrawable extends Drawable implements Animatable { // Maps to ProgressBar.Large style public static final int LARGE = 0; // Maps to ProgressBar default style public static final int DEFAULT = 1;
From source file com.dhzq.ptr_lib.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.mars.blackcat.view.recyclerview.swipe.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.blanke.lib.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ public class MaterialProgressDrawable extends Drawable implements Animatable {