List of usage examples for android.widget ImageView subclass-usage
From source file com.quanliren.quan_one.pull.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 im.neon.view.VectorCircularImageView.java
/** * Display a circular image. */ public class VectorCircularImageView extends ImageView { private static final String LOG_TAG = "VCirImageView";
From source file fr.xebia.xebicon.ui.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 wycliffeassociates.recordingapp.Playback.MarkerView.java
/**
* Represents a draggable start or end marker.
*
* Most events are passed back to the client class using a
* listener interface.
*
From source file com.callba.phone.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.tt.test.CircleImageView.java
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.cyan.widget.refreshlayout.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.xiyuan.refresh.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.hippo.widget.refreshlayout.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.adhere.view.swipe.CircleImageView.java
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;