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.k.xdiary.views.MySwipeRefreshLayout.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.
 */
class CircleImageView extends ImageView {

From source file com.pranavpandey.smallapp.view.ColoredImageView.java

/**
 * An ImageView to apply color filter according to the
 * supplied {@link com.pranavpandey.smallapp.R.attr#colorType}.
 */
public class ColoredImageView extends ImageView {

From source file com.melolchik.bullshitbingo.ui.views.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.
 */
class CircleImageView extends ImageView {

From source file com.peoit.android.studentuga.view.list.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.tsingning.view.swiperefresh.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 tw.firemaples.onscreenocr.views.AreaSelectionView.java

/**
 * Created by Firemaples on 2016/3/1.
 */
public class AreaSelectionView extends ImageView {

    private boolean enable = true;

From source file com.usabusi.swiperefreshlayoutupdown.view.CircleImageViewUpDown.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 org.catrobat.catroid.pocketmusic.ui.NoteView.java

public class NoteView extends ImageView implements View.OnClickListener {

    private static final int HIDDEN = 0;
    private static final int FULL_VISIBLE = 255;
    private boolean toggled;
    private Drawable noteDrawable;

From source file com.wudoumi.battertest.view.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.google.blockly.android.ui.TrashCanView.java

/**
 * Drop target view for deleting blocks via a drag gesture, with animation.
 * <p/>
 * This view has two layout attributes, {@code closedIcon} and {@code openedIcon}. Each is a
 * reference to a drawable resource for one of the two trash states, closed (default/idle state) and
 * opened (pending drop during drag).  The TrashCanView assumes both drawables are the same size, so