MCPcopy Create free account

hub / github.com/06peng/FrescoDemo / functions

Functions467 in github.com/06peng/FrescoDemo

↓ 2 callersMethodsetOrientation
Sets the image orientation. It's best to call this before setting the image file or asset, because it may waste loading of tiles. However, this can be
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:352
↓ 2 callersMethodsetRotationTo
Enables rotation via PhotoView internal functions. @param rotationDegree - Degree to rotate PhotoView to, should be in range 0 to 360
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:244
↓ 2 callersMethodtiling
Enable or disable tiling of the image. This does not apply to preview images which are always loaded as a single bitmap, and tiling cannot be disabled
app/src/main/java/com/davemorrissey/labs/subscaleview/ImageSource.java:132
↓ 2 callersMethodtilingEnabled
Enable tiling of the image. This does not apply to preview images which are always loaded as a single bitmap., and tiling cannot be disabled when disp
app/src/main/java/com/davemorrissey/labs/subscaleview/ImageSource.java:114
↓ 2 callersMethoduri
Create an instance from a URI. If the URI does not start with a scheme, it's assumed to be the URI of a file. @param uri image URI.
app/src/main/java/com/davemorrissey/labs/subscaleview/ImageSource.java:74
↓ 2 callersMethodv
Send a {@link android.util.Log#VERBOSE} log message. @param tag Used to identify the source of a log message. It usually identifies the c
app/src/main/java/uk/co/senab/photoview/log/Logger.java:29
↓ 2 callersMethodvTranslateForSCenter
Get the translation required to place a given source coordinate at the center of the screen, with the center adjusted for asymmetric padding. Accepts
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1928
↓ 2 callersMethodwithInterruptible
Whether the animation can be interrupted with a touch. Default is true. @param interruptible interruptible flag. @return this builder for method chain
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2517
↓ 1 callersMethodCopyStream
(InputStream is, OutputStream os)
app/src/main/java/com/mzba/fresco/utils/cache/FileUtils.java:11
↓ 1 callersMethodasset
Create an instance from an asset name. @param assetName asset name.
app/src/main/java/com/davemorrissey/labs/subscaleview/ImageSource.java:62
↓ 1 callersMethodbitmap
Provide a loaded bitmap for display. @param bitmap bitmap to be displayed.
app/src/main/java/com/davemorrissey/labs/subscaleview/ImageSource.java:102
↓ 1 callersMethodcanZoom
Returns true if the PhotoView is set to allow zooming of Photos. @return true if the PhotoView allows zooming.
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:38
↓ 1 callersMethodcancelFling
()
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:1063
↓ 1 callersMethodcheckImageViewScaleType
()
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:708
↓ 1 callersMethodcomputeScrollOffset
()
app/src/main/java/uk/co/senab/photoview/scrollerproxy/IcsScroller.java:28
↓ 1 callersMethodconfigureCaches
Configures disk and memory cache not to exceed common limits
app/src/main/java/com/mzba/fresco/utils/ImagePipelineConfigFactory.java:71
↓ 1 callersMethodcreateFile
(String folderPath, String fileName)
app/src/main/java/com/mzba/fresco/utils/ImagePipelineConfigFactory.java:105
↓ 1 callersMethodcreatePaints
Creates Paint objects once when first needed.
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1106
↓ 1 callersMethoddecode
Decode an image. When possible, initial setup work once in this method. This method must return the dimensions of the image. The URI can be in one of
app/src/main/java/com/davemorrissey/labs/subscaleview/decoder/ImageDecoder.java:26
↓ 1 callersMethodeaseInOutQuad
Quadratic easing for scale and center animations. With thanks to Robert Penner - http://gizma.com/easing/ @param time Elapsed time @param from Start v
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2019
↓ 1 callersMethodeaseOutQuad
Quadratic easing for fling. With thanks to Robert Penner - http://gizma.com/easing/ @param time Elapsed time @param from Start value @param change Tar
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2006
↓ 1 callersMethodfileSRect
Converts source rectangle from tile, which treats the image file as if it were in the correct orientation already, to the rectangle of the image that
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1769
↓ 1 callersMethodfling
(int viewWidth, int viewHeight, int velocityX, int velocityY)
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:1070
↓ 1 callersMethodforceFinished
(boolean finished)
app/src/main/java/uk/co/senab/photoview/scrollerproxy/ScrollerProxy.java:39
↓ 1 callersMethodgetCurrX
()
app/src/main/java/uk/co/senab/photoview/scrollerproxy/ScrollerProxy.java:43
↓ 1 callersMethodgetCurrY
()
app/src/main/java/uk/co/senab/photoview/scrollerproxy/ScrollerProxy.java:45
↓ 1 callersMethodgetDisplayMatrix
Gets the Display Matrix of the currently displayed Drawable. The Rectangle is considered relative to this View and includes all scaling and translatio
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:63
↓ 1 callersMethodgetExternalCacheDir
(final Context context)
app/src/main/java/com/mzba/fresco/utils/ImagePipelineConfigFactory.java:92
↓ 1 callersMethodgetImagePipelineConfig
Creates config using android http stack as network backend.
app/src/main/java/com/mzba/fresco/utils/ImagePipelineConfigFactory.java:45
↓ 1 callersMethodgetMaxBitmapDimensions
In SDK 14 and above, use canvas max bitmap width and height instead of the default 2048, to avoid redundant tiling.
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1726
↓ 1 callersMethodgetMaximumScale
()
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:344
↓ 1 callersMethodgetMaximumScale
()
app/src/main/java/uk/co/senab/photoview/PhotoView.java:168
↓ 1 callersMethodgetMediumScale
()
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:333
↓ 1 callersMethodgetMediumScale
()
app/src/main/java/uk/co/senab/photoview/PhotoView.java:157
↓ 1 callersMethodgetMinimumScale
()
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:322
↓ 1 callersMethodgetMinimumScale
()
app/src/main/java/uk/co/senab/photoview/PhotoView.java:146
↓ 1 callersMethodgetPointerIndex
(int action)
app/src/main/java/uk/co/senab/photoview/Compat.java:42
↓ 1 callersMethodgetPointerIndexEclair
(int action)
app/src/main/java/uk/co/senab/photoview/Compat.java:49
↓ 1 callersMethodgetPointerIndexHoneyComb
(int action)
app/src/main/java/uk/co/senab/photoview/Compat.java:55
↓ 1 callersMethodgetScale
Returns the current scale value.
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2193
↓ 1 callersMethodgetScroller
(Context context)
app/src/main/java/uk/co/senab/photoview/scrollerproxy/ScrollerProxy.java:24
↓ 1 callersMethodgetTile
()
app/src/main/java/com/davemorrissey/labs/subscaleview/ImageSource.java:183
↓ 1 callersMethodgetVisibleRectangleBitmap
Extracts currently visible area to Bitmap object, if there is no image loaded yet or the ImageView is already destroyed, returns {@code null} @return
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:317
↓ 1 callersMethodhasDrawable
@return true if the ImageView exists, and it's Drawable existss
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:87
↓ 1 callersMethodhasExternalCacheDir
()
app/src/main/java/com/mzba/fresco/utils/ImagePipelineConfigFactory.java:101
↓ 1 callersMethodinit
Initialise the decoder. When possible, initial setup work once in this method. This method must return the dimensions of the image. The URI can be in
app/src/main/java/com/davemorrissey/labs/subscaleview/decoder/ImageRegionDecoder.java:26
↓ 1 callersMethodinitialiseBaseLayer
Called on first draw when the view has dimensions. Calculates the initial sample size and starts async loading of the base layer image - the whole sou
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1125
↓ 1 callersMethodinitialiseTileMap
Once source image and view dimensions are known, creates a map of sample size to tile grid.
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1346
↓ 1 callersMethodinterpolate
()
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:1046
↓ 1 callersMethodisFinished
()
app/src/main/java/uk/co/senab/photoview/scrollerproxy/ScrollerProxy.java:41
↓ 1 callersMethodisLocked
()
app/src/main/java/com/mzba/fresco/ui/widget/HackyViewPager.java:67
↓ 1 callersMethodisReady
Status check. Should return false before initialisation and after recycle. @return true if the decoder is ready to be used.
app/src/main/java/com/davemorrissey/labs/subscaleview/decoder/ImageRegionDecoder.java:43
↓ 1 callersMethodisSupportedScaleType
@return true if the ScaleType is supported.
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:94
↓ 1 callersMethodisViewPagerActive
()
app/src/main/java/com/mzba/fresco/ui/ViewPagerActivity.java:108
↓ 1 callersMethodlimitedSCenter
Given a requested source center and scale, calculate what the actual center will have to be to keep the image in pan limits, keeping the requested cen
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1944
↓ 1 callersMethodonDoubleTapEvent
(MotionEvent e)
app/src/main/java/uk/co/senab/photoview/DefaultOnDoubleTapListener.java:92
↓ 1 callersMethodonDrag
(float dx, float dy)
app/src/main/java/uk/co/senab/photoview/gestures/OnGestureListener.java:20
↓ 1 callersMethodonImageLoaded
Called when the full size image is ready. When using tiling, this means the lowest resolution base layer of tiles are loaded, and when tiling is disab
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2610
↓ 1 callersMethodonMatrixChanged
Callback for when the Matrix displaying the Drawable has changed. This could be because the View's bounds have changed, or the user has zoomed. @para
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:953
↓ 1 callersMethodonPhotoTap
A callback to receive where the user taps on a photo. You will only receive a callback if the user taps on the actual photo, tapping on 'whitespace' w
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:990
↓ 1 callersMethodonPreviewLoadError
Called when a preview image could not be loaded. This method cannot be relied upon; certain encoding types of supported image formats can result in co
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2618
↓ 1 callersMethodonReady
Called once when the view is initialised, has dimensions, and will display an image on the next draw. This is triggered at the same time as {@link OnI
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2241
↓ 1 callersMethodonReady
Called when the dimensions of the image and view are known, and either a preview image, the full size image, or base layer tiles are loaded. This indi
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2601
↓ 1 callersMethodonScaleChange
Callback for when the scale changes @param scaleFactor the scale factor (<1 for zoom out, >1 for zoom in) @param focusX focal point X position @
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:969
↓ 1 callersMethodonTileLoadError
Called when an image tile could not be loaded. This method cannot be relied upon; certain encoding types of supported image formats can result in corr
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2636
↓ 1 callersMethodonTileLoaded
Called by worker task when a tile has loaded. Redraws the view.
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1532
↓ 1 callersMethodonTilesInited
Called by worker task when decoder is ready and image size and EXIF orientation is known.
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1452
↓ 1 callersMethodonViewTap
A callback to receive where the user taps on a ImageView. You will receive a callback if the user taps anywhere on the view, tapping on 'whitespace' w
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:1009
↓ 1 callersMethodpostOnAnimationJellyBean
(View view, Runnable runnable)
app/src/main/java/uk/co/senab/photoview/Compat.java:37
↓ 1 callersMethodresource
Create an instance from a resource. The correct resource for the device screen resolution will be used. @param resId resource ID.
app/src/main/java/com/davemorrissey/labs/subscaleview/ImageSource.java:54
↓ 1 callersMethodrestoreState
Set scale, center and orientation from saved state.
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1714
↓ 1 callersMethodsetAllowParentInterceptOnEdge
Whether to allow the ImageView's parent to intercept the touch event when the photo is scroll to it's horizontal edge. @param allow whether to allow
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:130
↓ 1 callersMethodsetDisplayMatrix
Sets the Display Matrix of the currently displayed Drawable. The Rectangle is considered relative to this View and includes all scaling and translatio
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:55
↓ 1 callersMethodsetDoubleTapZoomDpi
A density aware alternative to {@link #setDoubleTapZoomScale(float)}; this allows you to express the scale the image will zoom in to when double tappe
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2384
↓ 1 callersMethodsetDoubleTapZoomScale
Set the scale the image will zoom in to when double tapped. This also the scale point where a double tap is interpreted as a zoom out gesture - if the
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2374
↓ 1 callersMethodsetImageDrawable
(Drawable drawable)
app/src/main/java/uk/co/senab/photoview/PhotoView.java:226
↓ 1 callersMethodsetImageURI
(Uri uri)
app/src/main/java/uk/co/senab/photoview/PhotoView.java:243
↓ 1 callersMethodsetImageUri
(final String url)
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2685
↓ 1 callersMethodsetImageUri
(String url)
app/src/main/java/uk/co/senab/photoview/PhotoView.java:369
↓ 1 callersMethodsetImageUrl
(String url)
app/src/main/java/com/mzba/fresco/ui/widget/CustomGifView.java:78
↓ 1 callersMethodsetLocked
(boolean isLocked)
app/src/main/java/com/mzba/fresco/ui/widget/HackyViewPager.java:63
↓ 1 callersMethodsetMaximumScale
(float maximumScale)
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:562
↓ 1 callersMethodsetMaximumScale
Sets the maximum scale level. What this value represents depends on the current {@link ImageView.ScaleType}. @param maximumScale maximum allowed scal
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:189
↓ 1 callersMethodsetMaximumScale
(float maximumScale)
app/src/main/java/uk/co/senab/photoview/PhotoView.java:216
↓ 1 callersMethodsetMediumScale
(float mediumScale)
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:550
↓ 1 callersMethodsetMediumScale
(float mediumScale)
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:169
↓ 1 callersMethodsetMediumScale
(float mediumScale)
app/src/main/java/uk/co/senab/photoview/PhotoView.java:205
↓ 1 callersMethodsetMinScale
Set the minimum scale allowed. A value of 1 means 1:1 pixels at minimum scale. You may wish to set this according to screen density. Consider using {@
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2122
↓ 1 callersMethodsetMinimumDpi
This is a screen density aware alternative to {@link #setMaxScale(float)}; it allows you to express the maximum allowed scale in terms of the minimum
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2132
↓ 1 callersMethodsetMinimumScale
(float minimumScale)
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:538
↓ 1 callersMethodsetMinimumScale
Sets the minimum scale level. What this value represents depends on the current {@link ImageView.ScaleType}. @param minimumScale minimum allowed scal
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:150
↓ 1 callersMethodsetMinimumScale
(float minimumScale)
app/src/main/java/uk/co/senab/photoview/PhotoView.java:194
↓ 1 callersMethodsetOnGestureListener
(OnGestureListener listener)
app/src/main/java/uk/co/senab/photoview/gestures/GestureDetector.java:28
↓ 1 callersMethodsetOnLongClickListener
Register a callback to be invoked when the Photo displayed by this view is long-pressed. @param listener - Listener to be registered.
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:206
↓ 1 callersMethodsetOnMatrixChangeListener
Register a callback to be invoked when the Matrix has changed for this View. An example would be the user panning or scaling the Photo. @param listen
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:214
↓ 1 callersMethodsetOnPhotoTapListener
Register a callback to be invoked when the Photo displayed by this View is tapped with a single tap. @param listener - Listener to be registered.
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:222
↓ 1 callersMethodsetOnScaleChangeListener
Will report back about scale changes @param onScaleChangeListener OnScaleChangeListener instance
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:348
↓ 1 callersMethodsetOnViewTapListener
Register a callback to be invoked when the View is tapped with a single tap. @param listener - Listener to be registered.
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:237
↓ 1 callersMethodsetPanEnabled
Enable or disable pan gesture detection. Disabling pan causes the image to be centered.
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2341
↓ 1 callersMethodsetPhotoViewAttacher
Allows to change PhotoViewAttacher within range of single instance @param newPhotoViewAttacher PhotoViewAttacher to bind to
app/src/main/java/uk/co/senab/photoview/DefaultOnDoubleTapListener.java:31
← previousnext →101–200 of 467, ranked by callers