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.skydragon.gplay.paysdk.ui.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.uaeemployee.Utils.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.imageloader.utility.pinloader.utils.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 material.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.xiemarc.marcreading.recycleview.swipe.CircleImageView.java

/**
 * Private class created to work around issues with AnimationListeners being
 * called before the animation is actually complete and support shadows on older
 * platforms.
 *
 * @hide

From source file com.magicwindow.deeplink.ui.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.
 *
 */

From source file com.justwayward.reader.view.recyclerview.swipe.CircleImageView.java

/**
 * Private class created to work around issues with AnimationListeners being
 * called before the animation is actually complete and support shadows on older
 * platforms.
 *
 * @hide

From source file com.tevinjeffrey.njitct.ui.utils.TintImageView.java

public class TintImageView extends ImageView {
    private static final int[] TINT_ATTRS = { android.R.attr.background, android.R.attr.src, android.R.attr.tint, };
    @ColorInt
    private int color;

    public TintImageView(Context context) {

From source file com.eventer.app.view.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.
 */
@SuppressWarnings({ "UnusedDeclaration" })

From source file com.janacare.janacareproject.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 {