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 org.mariotaku.twidere.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 org.getlantern.firetweet.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 uk.co.senab.photoview.PhotoView.java

public class PhotoView extends ImageView implements IPhotoView, ImageDownloadListener {

    private PhotoViewAttacher mAttacher;

    private ScaleType mPendingScaleType;

From source file com.andremion.music.MusicCoverView.java

public class MusicCoverView extends ImageView implements Animatable {

    public static final int SHAPE_RECTANGLE = 0;
    public static final int SHAPE_CIRCLE = 1;
    public static final int SHAPE_SQUARE = 2;

From source file com.guodong.sun.guodong.widget.ZoomImageView.java

/**
 * 2d?ImageView
 * ?:ScaleType==CENTER_CROPImageView??ScaleType=
 * FIT_CENTERImageView?? (?)
 */
public class ZoomImageView extends ImageView implements ScaleGestureDetector.OnScaleGestureListener,

From source file com.undatech.opaque.RemoteCanvas.java

            case Constants.NO_VM_FOUND_FOR_USER:
                disconnectAndShowMessage(R.string.error_no_vm_found_for_user, R.string.error_dialog_title);
                break;
            case Constants.OVIRT_SSL_HANDSHAKE_FAILURE:
                disconnectAndShowMessage(R.string.error_ovirt_ssl_handshake_failure, R.string.error_dialog_title);
                break;

From source file dev.dworks.libs.actionbarplus.widget.PhotoView.java

/**
 * Layout for the photo list view header.
 */
public class PhotoView extends ImageView implements OnGestureListener, OnDoubleTapListener,
        ScaleGestureDetector.OnScaleGestureListener, HorizontallyScrollable {
    /** Zoom animation duration; in milliseconds */

From source file com.iiordanov.bVNC.RemoteCanvas.java

public class RemoteCanvas extends ImageView implements LibFreeRDP.UIEventListener, LibFreeRDP.EventListener {
    private final static String TAG = "RemoteCanvas";

    public AbstractScaling scaling;

    // Variable indicating that we are currently scrolling in simulated touchpad mode.

From source file com.iiordanov.runsoft.bVNC.RemoteCanvas.java

public class RemoteCanvas extends ImageView implements LibFreeRDP.UIEventListener, LibFreeRDP.EventListener {
    private final static String TAG = "RemoteCanvas";

    public AbstractScaling scaling;

    // Variable indicating that we are currently scrolling in simulated touchpad mode.

From source file com.taobao.weex.ui.view.refresh.circlebar.CircleProgressBar.java

/**
 * Modify of android.support.v4
 */
public class CircleProgressBar extends ImageView {

    private static final int KEY_SHADOW_COLOR = 0x1E000000;