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 com.kycq.library.picture.widget.LoadingDrawable.java

/**
 * Fancy progress indicator for Material theme.
 */
public class LoadingDrawable extends Drawable implements Animatable {
    // Maps to ProgressBar.Large style
    public static final int LARGE = 0;

From source file org.srr.dev.view.refreshlayout.MaterialProgressDrawable.java

/**
 * Fancy progress indicator for Material theme.
 */
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.github.shareme.gwsmaterialuikit.library.material.drawable.LineMorphingDrawable.java

public class LineMorphingDrawable extends Drawable implements Animatable {

    private boolean mRunning = false;

    private Paint mPaint;

From source file com.cyan.widget.refreshlayout.MaterialProgressDrawable.java

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

From source file com.gogenius.learningdemos.view.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.wenyu.loadingrecyclerview.MaterialProgressDrawable.java

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

From source file com.hippo.widget.refreshlayout.MaterialProgressDrawable.java

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

From source file com.github.mikephil.charting.sharechart.kline.MaterialProgressDrawable.java

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

From source file com.mobility.android.ui.widget.MaterialProgressDrawable.java

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

From source file com.callba.phone.widget.refreshlayout.MaterialProgressDrawable.java

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