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.astir_trotter.atcustom.ui.iconics.core.view.IconicsImageView.java

@SuppressLint("AppCompatCustomView")
public class IconicsImageView extends ImageView {

    private IconicsDrawable mIcon = null;
    @ColorInt
    private int mColor = 0;

From source file com.google.samples.apps.topeka.widget.AvatarView.java

/**
 * A simple view that wraps an avatar.
 */
public class AvatarView extends ImageView implements Checkable {

    private boolean mChecked;

From source file com.github.hilo.widget.MaterialCircleProgressBar.java

public class MaterialCircleProgressBar 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.ushahidi.android.ui.widget.BezelImageView.java

/**
 * An {@link android.widget.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.
 *
 * Taken from Google IO 2014 sample app.

From source file am.widget.MaterialProgressImageView.java

/**
 * ImageView
 * <p>
 * android.support.v4.widget.CircleImageView
 * <p>
 * Created by Alex on 2016/12/27.

From source file com.woodblockwithoutco.quickcontroldock.ui.view.pager.PagerSwitcher.java

public class PagerSwitcher extends ImageView implements OnClickListener, OnPageChangeListener {

    private static enum Direction {
        LEFT, RIGHT
    }

From source file com.boardgamegeek.ui.widget.BezelImageView.java

/**
 * An {@link android.widget.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.dkstudio.icorrect.practice.speaking.ui.custom.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.zzmstring.viewset.View.LoadingProgressBar.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.xl.custom.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