List of usage examples for android.widget ImageView subclass-usage
From source file com.visenze.visearch.camerademo.views.RoundImageView.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 RoundImageView extends ImageView {
From source file org.sfx.catholicjourney.core.view.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 sovietPosterArt.ui.PanScaleProxyView.java
public class PanScaleProxyView extends ImageView { /** * The current viewport. This rectangle represents the currently visible chart domain * and range. The currently visible chart X values are from this rectangle's left to its right. * The currently visible chart Y values are from this rectangle's top to its bottom.
From source file com.diegocarloslima.byakugallery.TouchImageView.java
public class TouchImageView extends ImageView { private static final String TAG = "TouchImageView"; private static int ANIMATION_DURATION = 0; private Drawable mDrawable;
From source file com.jsibbold.zoomage.ZoomageView.java
/**
* ZoomageView is a pinch-to-zoom extension of {@link ImageView}, providing a smooth
* user experience and a very natural feel when zooming and translating. It also supports
* automatic resetting, and allows for exterior bounds restriction to keep the image within
* visible window.
*/
From source file hu.py82c7.homework.view.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.targroup.coolapkconsole.view.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 org.zarroboogs.msrl.widget.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. */ public class CircleProgressBar extends ImageView {
From source file com.microsoft.mimickeralarm.mimics.ProgressButton.java
/**
* Simple UI class that implements a button with states
*
* The states are :
* capture image,
* capture audio,
From source file com.pan.materialdrawer.view.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 {