- ScrollerProxy - Class in uk.co.senab.photoview.scrollerproxy
-
- ScrollerProxy() - Constructor for class uk.co.senab.photoview.scrollerproxy.ScrollerProxy
-
- setAllowParentInterceptOnEdge(boolean) - Method in interface uk.co.senab.photoview.IPhotoView
-
Whether to allow the ImageView's parent to intercept the touch event when the photo is scroll
to it's horizontal edge.
- setAllowParentInterceptOnEdge(boolean) - Method in class uk.co.senab.photoview.PhotoView
-
- setAllowParentInterceptOnEdge(boolean) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setBaseRotation(float) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setDisplayMatrix(Matrix) - Method in interface uk.co.senab.photoview.IPhotoView
-
Sets the Display Matrix of the currently displayed Drawable.
- setDisplayMatrix(Matrix) - Method in class uk.co.senab.photoview.PhotoView
-
- setDisplayMatrix(Matrix) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setFrame(int, int, int, int) - Method in class uk.co.senab.photoview.PhotoView
-
- setImageDrawable(Drawable) - Method in class uk.co.senab.photoview.PhotoView
-
- setImageResource(int) - Method in class uk.co.senab.photoview.PhotoView
-
- setImageURI(Uri) - Method in class uk.co.senab.photoview.PhotoView
-
- setLogger(Logger) - Static method in class uk.co.senab.photoview.log.LogManager
-
- setMaximumScale(float) - Method in interface uk.co.senab.photoview.IPhotoView
-
Sets the maximum scale level.
- setMaximumScale(float) - Method in class uk.co.senab.photoview.PhotoView
-
- setMaximumScale(float) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setMediumScale(float) - Method in interface uk.co.senab.photoview.IPhotoView
-
Sets the medium scale level.
- setMediumScale(float) - Method in class uk.co.senab.photoview.PhotoView
-
- setMediumScale(float) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setMinimumScale(float) - Method in interface uk.co.senab.photoview.IPhotoView
-
Sets the minimum scale level.
- setMinimumScale(float) - Method in class uk.co.senab.photoview.PhotoView
-
- setMinimumScale(float) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setOnDoubleTapListener(GestureDetector.OnDoubleTapListener) - Method in interface uk.co.senab.photoview.IPhotoView
-
Sets custom double tap listener, to intercept default given functions.
- setOnDoubleTapListener(GestureDetector.OnDoubleTapListener) - Method in class uk.co.senab.photoview.PhotoView
-
- setOnDoubleTapListener(GestureDetector.OnDoubleTapListener) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setOnGestureListener(OnGestureListener) - Method in class uk.co.senab.photoview.gestures.CupcakeGestureDetector
-
- setOnGestureListener(OnGestureListener) - Method in interface uk.co.senab.photoview.gestures.GestureDetector
-
- setOnLongClickListener(View.OnLongClickListener) - Method in interface uk.co.senab.photoview.IPhotoView
-
Register a callback to be invoked when the Photo displayed by this view is long-pressed.
- setOnLongClickListener(View.OnLongClickListener) - Method in class uk.co.senab.photoview.PhotoView
-
- setOnLongClickListener(View.OnLongClickListener) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setOnMatrixChangeListener(PhotoViewAttacher.OnMatrixChangedListener) - Method in interface uk.co.senab.photoview.IPhotoView
-
Register a callback to be invoked when the Matrix has changed for this View.
- setOnMatrixChangeListener(PhotoViewAttacher.OnMatrixChangedListener) - Method in class uk.co.senab.photoview.PhotoView
-
- setOnMatrixChangeListener(PhotoViewAttacher.OnMatrixChangedListener) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setOnPhotoTapListener(PhotoViewAttacher.OnPhotoTapListener) - Method in interface uk.co.senab.photoview.IPhotoView
-
Register a callback to be invoked when the Photo displayed by this View is tapped with a
single tap.
- setOnPhotoTapListener(PhotoViewAttacher.OnPhotoTapListener) - Method in class uk.co.senab.photoview.PhotoView
-
- setOnPhotoTapListener(PhotoViewAttacher.OnPhotoTapListener) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setOnScaleChangeListener(PhotoViewAttacher.OnScaleChangeListener) - Method in interface uk.co.senab.photoview.IPhotoView
-
Will report back about scale changes
- setOnScaleChangeListener(PhotoViewAttacher.OnScaleChangeListener) - Method in class uk.co.senab.photoview.PhotoView
-
- setOnScaleChangeListener(PhotoViewAttacher.OnScaleChangeListener) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setOnSingleFlingListener(PhotoViewAttacher.OnSingleFlingListener) - Method in interface uk.co.senab.photoview.IPhotoView
-
Will report back about fling(single touch)
- setOnSingleFlingListener(PhotoViewAttacher.OnSingleFlingListener) - Method in class uk.co.senab.photoview.PhotoView
-
- setOnSingleFlingListener(PhotoViewAttacher.OnSingleFlingListener) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setOnViewTapListener(PhotoViewAttacher.OnViewTapListener) - Method in interface uk.co.senab.photoview.IPhotoView
-
Register a callback to be invoked when the View is tapped with a single tap.
- setOnViewTapListener(PhotoViewAttacher.OnViewTapListener) - Method in class uk.co.senab.photoview.PhotoView
-
- setOnViewTapListener(PhotoViewAttacher.OnViewTapListener) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setPhotoViewAttacher(PhotoViewAttacher) - Method in class uk.co.senab.photoview.DefaultOnDoubleTapListener
-
Allows to change PhotoViewAttacher within range of single instance
- setRotationBy(float) - Method in interface uk.co.senab.photoview.IPhotoView
-
Enables rotation via PhotoView internal functions.
- setRotationBy(float) - Method in class uk.co.senab.photoview.PhotoView
-
- setRotationBy(float) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setRotationTo(float) - Method in interface uk.co.senab.photoview.IPhotoView
-
Enables rotation via PhotoView internal functions.
- setRotationTo(float) - Method in class uk.co.senab.photoview.PhotoView
-
- setRotationTo(float) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setScale(float) - Method in interface uk.co.senab.photoview.IPhotoView
-
Changes the current scale to the specified value.
- setScale(float, boolean) - Method in interface uk.co.senab.photoview.IPhotoView
-
Changes the current scale to the specified value.
- setScale(float, float, float, boolean) - Method in interface uk.co.senab.photoview.IPhotoView
-
Changes the current scale to the specified value, around the given focal point.
- setScale(float) - Method in class uk.co.senab.photoview.PhotoView
-
- setScale(float, boolean) - Method in class uk.co.senab.photoview.PhotoView
-
- setScale(float, float, float, boolean) - Method in class uk.co.senab.photoview.PhotoView
-
- setScale(float) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setScale(float, boolean) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setScale(float, float, float, boolean) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setScaleLevels(float, float, float) - Method in interface uk.co.senab.photoview.IPhotoView
-
Allows to set all three scale levels at once, so you don't run into problem with setting
medium/minimum scale before the maximum one
- setScaleLevels(float, float, float) - Method in class uk.co.senab.photoview.PhotoView
-
- setScaleLevels(float, float, float) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setScaleType(ImageView.ScaleType) - Method in interface uk.co.senab.photoview.IPhotoView
-
Controls how the image should be resized or moved to match the size of the ImageView.
- setScaleType(ImageView.ScaleType) - Method in class uk.co.senab.photoview.PhotoView
-
- setScaleType(ImageView.ScaleType) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setZoomable(boolean) - Method in interface uk.co.senab.photoview.IPhotoView
-
Allows you to enable/disable the zoom functionality on the ImageView.
- setZoomable(boolean) - Method in class uk.co.senab.photoview.PhotoView
-
- setZoomable(boolean) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
- setZoomInterpolator(Interpolator) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-
Set the zoom interpolator
- setZoomTransitionDuration(int) - Method in interface uk.co.senab.photoview.IPhotoView
-
Allows to change zoom transition speed, default value is 200 (PhotoViewAttacher.DEFAULT_ZOOM_DURATION).
- setZoomTransitionDuration(int) - Method in class uk.co.senab.photoview.PhotoView
-
- setZoomTransitionDuration(int) - Method in class uk.co.senab.photoview.PhotoViewAttacher
-