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.pulltorefresh.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.delin.dgclient.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.wq.freeze.horizontalrefreshlayout.refreshhead.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 loopeer.com.testconstraintlayout.springheader.MaterialProgressDrawable.java

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

From source file com.zcits.trafficcontrol.easyrecyclerview.swipe.MaterialProgressDrawable.java

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

From source file mw.ankara.uikit.refresh.AnProgressDrawable.java

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

From source file com.example.pbtest.MaterialProgressDrawable.java

/**
 * android?android.support.v4.widget?SwipeRefreshLayout
 * Fancy progress indicator for Material theme.
 *
 * @hide
 */

From source file zalezone.pullrefresh.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.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 {