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.tuniu.widget.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 *
 * @hide
 */
class MaterialProgressDrawable extends Drawable implements Animatable {

From source file me.dcme.systemui.widget.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 *
 * @hide
 */
class MaterialProgressDrawable extends Drawable implements Animatable {

From source file support.ui.widget.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 *
 * @hide
 */
class MaterialProgressDrawable extends Drawable implements Animatable {

From source file com.marverenic.music.view.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 */
public class MaterialProgressDrawable extends Drawable implements Animatable {
    private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
    private static final Interpolator MATERIAL_INTERPOLATOR = new FastOutSlowInInterpolator();

From source file org.nyjsl.library.ptr.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.johny.musicplayer.view.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 */
public class MaterialProgressDrawable extends Drawable implements Animatable {
    private static final Interpolator LINEAR_INTERPOLATOR = new LinearInterpolator();
    private static final Interpolator MATERIAL_INTERPOLATOR = new FastOutSlowInInterpolator();

From source file com.com.tools.views.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 *
 * @hide
 */
class MaterialProgressDrawable extends Drawable implements Animatable {

From source file com.hippo.refreshlayout.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.swiprefreshload.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 *
 * @hide
 */
class MaterialProgressDrawable extends Drawable implements Animatable {

From source file com.com.mytoolsproject.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 *
 * @hide
 */
class MaterialProgressDrawable extends Drawable implements Animatable {