Example usage for android.graphics.drawable Drawable subclass-usage

List of usage examples for android.graphics.drawable Drawable subclass-usage

Introduction

In this page you can find the example usage for android.graphics.drawable Drawable subclass-usage.

Usage

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

From source file com.skytree.epubtest.BookViewActivity.java

class DottedDrawable extends Drawable {
    private Paint mPaint;
    int color;
    int inactiveColor;
    int value;