List of usage examples for android.graphics.drawable Animatable interface-usage
From source file udacity.lzy.test.MaterialProgressDrawable.java
/** * Fancy progress indicator for Material theme. * * @hide */ class MaterialProgressDrawable extends Drawable implements Animatable {
From source file com.taobao.weex.ui.view.refresh.circlebar.MaterialProgressDrawable.java
/** * Copy of android.support.v4 */ class MaterialProgressDrawable extends Drawable implements Animatable { private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();