Example usage for android.widget ImageView subclass-usage

List of usage examples for android.widget ImageView subclass-usage

Introduction

In this page you can find the example usage for android.widget ImageView subclass-usage.

Usage

From source file com.example.db.messagewall.view.materialloadingprogressbar.CircleProgressBar.java

/**
 * Private class created to work around issues with AnimationListeners being
 * called before the animation is actually complete and support shadows on older
 * platforms.
 */
public class CircleProgressBar extends ImageView {

From source file silent.kuasapmaterial.libs.MaterialProgressBar.java

public class MaterialProgressBar extends ImageView {

    private static final int KEY_SHADOW_COLOR = 0x1E000000;
    private static final int FILL_SHADOW_COLOR = 0x3D000000;
    // PX
    private static final float X_OFFSET = 0f;

From source file com.devbrackets.android.exomediademo.test.CircleProgressBar.java

/**
 * Private class created to work around issues with AnimationListeners being
 * called before the animation is actually complete and support shadows on older
 * platforms.
 */
public class CircleProgressBar extends ImageView {

From source file com.example.scratchview.ScratchImageView.java

/**
 * Created by Harish on 25/03/16.
 */
public class ScratchImageView extends ImageView {

    public interface IRevealListener {

From source file com.sgj.john.CircleProgressBar.java

/**
 * The author is lsjwzh(MaterialLoadingProgressBar) link{https://github.com/lsjwzh/MaterialLoadingProgressBar},
 * I did some slight modifications
 */
public class CircleProgressBar extends ImageView implements MaterialHeadListener {

From source file com.demo.wpq.mydemo.customview.progressbar.QLKCircleProgressBar.java

/**
 * Private class created to work around issues with AnimationListeners being
 * called before the animation is actually complete and support shadows on older
 * platforms.
 */
public class QLKCircleProgressBar extends ImageView {

From source file com.tj.mymodule.CircleProgressBar.java

public class CircleProgressBar extends ImageView implements MaterialHeadListener {

    private static final int KEY_SHADOW_COLOR = 0x1E000000;
    private static final int FILL_SHADOW_COLOR = 0x3D000000;
    // PX
    private static final float X_OFFSET = 0f;

From source file com.android.refresh.CircleProgressBar.java

public class CircleProgressBar extends ImageView implements MaterialHeadListener {

    private static final int KEY_SHADOW_COLOR = 0x1E000000;
    private static final int FILL_SHADOW_COLOR = 0x3D000000;
    // PX
    private static final float X_OFFSET = 0f;

From source file com.jsqix.dq.library.CircleProgressBar.java

public class CircleProgressBar extends ImageView implements MaterialHeadListener {

    private static final int KEY_SHADOW_COLOR = 0x1E000000;
    private static final int FILL_SHADOW_COLOR = 0x3D000000;
    // PX
    private static final float X_OFFSET = 0f;

From source file cn.xin.pulltorefreshlibrary.CircleProgressBar.java

/**
 * The author is lsjwzh(MaterialLoadingProgressBar) link{https://github.com/lsjwzh/MaterialLoadingProgressBar},
 * I did some slight modifications
 */
public class CircleProgressBar extends ImageView implements PulltoRefreshHeaderListener {