List of usage examples for android.graphics.drawable Animatable interface-usage
From source file info.papdt.express.helper.drawable.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ public class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.k.xdiary.views.MySwipeRefreshLayout.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. */ class MaterialProgressDrawable extends Drawable implements Animatable { private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator(); static final Interpolator MATERIAL_INTERPOLATOR = new FastOutSlowInInterpolator();
From source file xukunn.xptr.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.base.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.melolchik.bullshitbingo.ui.views.swipe.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.gavin.refreshlayout.refreshwidget.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.example.mylibrary.widget.swipe.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.kido.ucmaindemo.widget.refresh.MaterialProgressDrawable.java
/** * Copy from Android design library * <p></p> * Fancy progress indicator for Material theme. */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.krt.refreshcontainerlib.extra.view.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. */ 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.melolchik.common.ui.views.recycler.swipe.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();