List of usage examples for android.widget ImageView subclass-usage
From source file lollipop.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 {
From source file org.mariotaku.twidere.view.TouchImageView.java
public class TouchImageView extends ImageView { private static final int DOUBLE_TAP_ANIMATION_DURATION = 300; private static final int SCALE_END_ANIMATION_DURATION = 200; private Drawable mDrawable;
From source file com.lamcreations.scaffold.common.views.RoundedImageView.java
@SuppressWarnings("UnusedDeclaration") public class RoundedImageView extends ImageView { @IntDef({ Corner.TOP_LEFT, Corner.TOP_RIGHT, Corner.BOTTOM_LEFT, Corner.BOTTOM_RIGHT }) @Retention(RetentionPolicy.SOURCE) public @interface Corner {
From source file com.mikepenz.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 {
From source file com.cnh.library.materialdrawer.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 com.goka.flickableview.ImageViewTouchBase.java
/**
* Base View to manage image zoom/scrool/pinch operations
*
* LICENSE [https://github.com/sephiroth74/ImageViewZoom/blob/master/LICENSE]
*
* @author alessandro
From source file me.aerovulpe.crawler.ui.GifImageView.java
/** * Created by Aaron on 04/07/2015. */ public class GifImageView extends ImageView { private static volatile SimpleDiskCache sGifCache; private GifThread mGifThread;
From source file com.punchh.facebook.FacebookLoginButton.java
/**
* A Log In/Log Out button that maintains session state and logs in/out for the app.
* <p/>
* This control will create and use the active session upon construction if it has the available data (if the app ID is
* specified in the manifest). It will also open the active session if it does not require user interaction (i.e. if the
* session is in the {@link com.facebook.SessionState#CREATED_TOKEN_LOADED} state. Developers can override the use of
From source file de.vanita5.twittnuker.view.ShapedImageView.java
/** * An ImageView class with a circle mask so that all images are drawn in a * circle instead of a square. */ public class ShapedImageView extends ImageView {
From source file com.ttxgps.zoom.GestureImageView.java
public class GestureImageView extends ImageView implements AbsImageDetailIndicator { public static final String GLOBAL_NS = "http://schemas.android.com/apk/res/android"; public static final String LOCAL_NS = "http://schemas.polites.com/android"; private final Semaphore drawLock = new Semaphore(0);