Example usage for android.graphics.drawable Animatable interface-usage

List of usage examples for android.graphics.drawable Animatable interface-usage

Introduction

In this page you can find the example usage for android.graphics.drawable Animatable interface-usage.

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();