List of usage examples for android.graphics.drawable Animatable interface-usage
From source file com.chanven.lib.cptr.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 lilincpp.lmaterialdemo.view.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ public class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.android.dalong.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.common.listview.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.example.administrator.mytest.easyRecycleView.swipe.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file org.ayo.view.pullrefresh.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 com.lovejjfg.circle.anim.drawable.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * */ public class MaterialProgressDrawable extends Drawable implements Animatable { private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
From source file com.sno.customintegration.customswiperefreshlayout.view.CustomMaterialProgressDrawable.java
/**
* Fancy progress indicator for Material theme.
*
*
*
* @hide
From source file cn.spinsoft.wdq.widget.swipe.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.anthole.quickdev.ui.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