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 me.williamhester.reddit.ui.views.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 org.srr.dev.view.refreshlayout.RefreshCircleImageView.java

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

From source file com.chronosystems.nearbyapp.components.loader.CircleImageView.java

/**
 *
 * Copied from v4 support lib since they made it package private. Added Constructors to allow inflation from resources by extending classes.
 *
 * Private class created to work around issues with AnimationListeners being
 * called before the animation is actually complete and support shadows on older

From source file com.blueprint.widget.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.
 */
@SuppressLint("AppCompatCustomView")

From source file ru.gkpromtech.exhibition.utils.CircleImageView.java

public class CircleImageView 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.example.zhangyangjing.roundcornerimageview.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.androidhuman.circlerefreshlayout.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.
 */
@SuppressLint("ViewConstructor")

From source file id.zelory.benih.ui.view.BenihImageView.java

/**
 * Created on : December 09, 2015
 * Author     : zetbaitsu
 * Name       : Zetra
 * Email      : zetra@mail.ugm.ac.id
 * GitHub     : https://github.com/zetbaitsu

From source file com.apptentive.android.sdk.util.image.PreviewImageView.java

public class PreviewImageView extends ImageView
        implements OnScaleGestureListener, OnTouchListener, ViewTreeObserver.OnGlobalLayoutListener

{

    public static final float SCALE_MAX = 4.0f;

From source file cm.aptoide.pt.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 {