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.retropoktan.rptrello.widget.BezelImageView.java

/**
 * An {@link ImageView} that draws its contents inside a mask and draws a border
 * drawable on top. This is useful for applying a beveled look to image contents, but is also
 * flexible enough for use with other desired aesthetics.
 */
public class BezelImageView extends ImageView {

From source file com.mazyoona.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.apkits.android.widget.WebImageView.java

/**
 * ImageView?
 * ??URL??
 * ?
 * @author wangdeyun
 *

From source file com.nick.documents.widget.FlexibleImageView.java

public class FlexibleImageView extends ImageView {

    public static final int DEFAULT_TEXT_SIZE = 9;
    private static final int SHADOW_ELEVATION = 4;
    private static final long ANIMATE_START_DELAY = 888;
    private static final int DEFAULT_CIRCLE_BG_LIGHT = 0xFFFAFAFA;

From source file com.android.demos.module.animation.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.
 *
 */

From source file com.takeoffandroid.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 yu.cs.yuwall.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.coco.flowimageview.FlowImageView.java

/**
 * Zaker style flow image view, it's image horizontal scrolling slowly, using as Zaker's main screen background.
 */
public class FlowImageView extends ImageView {
    private static final String TAG = "FlowImageView";
    private static final boolean DEBUG = false;

From source file com.socialapp.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.chn.halo.view.progressbar.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;