Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/06peng/FrescoDemo
/ types & classes
Types & classes
63 in github.com/06peng/FrescoDemo
⨍
Functions
467
◇
Types & classes
63
Class
Adapter
app/src/main/java/com/mzba/fresco/MainActivity.java:133
Class
AndroidUtils
Created by 06peng on 15/6/26.
app/src/main/java/com/mzba/fresco/utils/AndroidUtils.java:10
Class
Anim
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1686
Class
AnimatedZoomRunnable
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:1012
Class
AnimationBuilder
Builder class used to set additional options for a scale animation. Create an instance using {@link #animateScale(float)}, then set your options and c
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2468
Class
ApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
app/src/androidTest/java/com/mzba/fresco/ApplicationTest.java:9
Class
BitmapLoadTask
Async task used to load bitmap without blocking the UI thread.
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1546
Class
Compat
app/src/main/java/uk/co/senab/photoview/Compat.java:25
Class
CompatDecoderFactory
Compatibility factory to instantiate decoders with empty public constructors. @param <T> The base type of the decoder this factory will produce.
app/src/main/java/com/davemorrissey/labs/subscaleview/decoder/CompatDecoderFactory.java:9
Class
CupcakeGestureDetector
app/src/main/java/uk/co/senab/photoview/gestures/CupcakeGestureDetector.java:25
Class
CustomGifView
Created by 06peng on 15/6/28.
app/src/main/java/com/mzba/fresco/ui/widget/CustomGifView.java:39
Class
CustomGifViewActivity
Created by 06peng on 2015/6/25.
app/src/main/java/com/mzba/fresco/ui/CustomGifViewActivity.java:13
Class
CustomProgressbarDrawable
Created by 06peng on 15/6/26.
app/src/main/java/com/mzba/fresco/ui/widget/CustomProgressbarDrawable.java:10
Interface
DecoderFactory
Interface for decoder (and region decoder) factories. @param <T> the class of decoder that will be produced.
app/src/main/java/com/davemorrissey/labs/subscaleview/decoder/DecoderFactory.java:7
Class
DefaultOnDoubleTapListener
Provided default implementation of GestureDetector.OnDoubleTapListener, to be overriden with custom behavior, if needed <p> </p> To be used via {
app/src/main/java/uk/co/senab/photoview/DefaultOnDoubleTapListener.java:13
Class
DefaultOnImageEventListener
Default implementation of {@link OnImageEventListener} for extension. This does nothing in any method.
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2643
Class
EclairGestureDetector
app/src/main/java/uk/co/senab/photoview/gestures/EclairGestureDetector.java:24
Class
FileCache
app/src/main/java/com/mzba/fresco/utils/cache/FileCache.java:11
Class
FileUtils
app/src/main/java/com/mzba/fresco/utils/cache/FileUtils.java:10
Class
FlingRunnable
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:1054
Class
FrescoApplication
Created by 06peng on 2015/6/24.
app/src/main/java/com/mzba/fresco/FrescoApplication.java:11
Class
FroyoGestureDetector
app/src/main/java/uk/co/senab/photoview/gestures/FroyoGestureDetector.java:23
Interface
GestureDetector
app/src/main/java/uk/co/senab/photoview/gestures/GestureDetector.java:20
Class
GifActivity
Created by 06peng on 2015/6/25.
app/src/main/java/com/mzba/fresco/ui/GifActivity.java:20
Class
GingerScroller
app/src/main/java/uk/co/senab/photoview/scrollerproxy/GingerScroller.java:22
Class
HackyViewPager
Hacky fix for Issue #4 and http://code.google.com/p/android/issues/detail?id=18990 <p/> ScaleGestureDetector seems to mess up the touch events, which
app/src/main/java/com/mzba/fresco/ui/widget/HackyViewPager.java:28
Interface
IPhotoView
app/src/main/java/uk/co/senab/photoview/IPhotoView.java:26
Class
IcsScroller
app/src/main/java/uk/co/senab/photoview/scrollerproxy/IcsScroller.java:21
Interface
ImageDecoder
Interface for image decoding classes, allowing the default {@link android.graphics.BitmapRegionDecoder} based on the Skia library to be replaced with
app/src/main/java/com/davemorrissey/labs/subscaleview/decoder/ImageDecoder.java:13
Interface
ImageDownloadListener
Created by 06peng on 15/6/26.
app/src/main/java/com/mzba/fresco/ui/widget/ImageDownloadListener.java:6
Class
ImageListFragment
app/src/main/java/com/mzba/fresco/ui/ImageListFragment.java:38
Class
ImagePipelineConfigFactory
Creates ImagePipeline configuration for the sample app
app/src/main/java/com/mzba/fresco/utils/ImagePipelineConfigFactory.java:31
Interface
ImageRegionDecoder
Interface for image decoding classes, allowing the default {@link android.graphics.BitmapRegionDecoder} based on the Skia library to be replaced with
app/src/main/java/com/davemorrissey/labs/subscaleview/decoder/ImageRegionDecoder.java:13
Class
ImageSource
Helper class used to set the source and additional attributes from a variety of sources. Supports use of a bitmap, asset, resource, external file or a
app/src/main/java/com/davemorrissey/labs/subscaleview/ImageSource.java:14
Class
ImageUrlUtils
Created by 06peng on 2015/6/24.
app/src/main/java/com/mzba/fresco/utils/ImageUrlUtils.java:6
Class
ImageViewState
Wraps the scale, center and orientation of a displayed image for easy restoration on screen rotate.
app/src/main/java/com/davemorrissey/labs/subscaleview/ImageViewState.java:26
Class
LogManager
class that holds the {@link Logger} for this library, defaults to {@link LoggerDefault} to send logs to android {@link Log}
app/src/main/java/uk/co/senab/photoview/log/LogManager.java:23
Interface
Logger
interface for a logger class to replace the static calls to {@link android.util.Log}
app/src/main/java/uk/co/senab/photoview/log/Logger.java:21
Class
LoggerDefault
Helper class to redirect {@link LogManager#logger} to {@link Log}
app/src/main/java/uk/co/senab/photoview/log/LoggerDefault.java:23
Class
MainActivity
app/src/main/java/com/mzba/fresco/MainActivity.java:31
Interface
OnGestureListener
app/src/main/java/uk/co/senab/photoview/gestures/OnGestureListener.java:18
Interface
OnImageEventListener
An event listener, allowing subclasses and activities to be notified of significant events.
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:2593
Interface
OnMatrixChangedListener
Interface definition for a callback to be invoked when the internal Matrix has changed for this View. @author Chris Banes
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:946
Interface
OnPhotoTapListener
Interface definition for a callback to be invoked when the Photo is tapped with a single tap. @author Chris Banes
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:978
Interface
OnScaleChangeListener
Interface definition for callback to be invoked when attached ImageView scale changes @author Marek Sebera
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:961
Interface
OnViewTapListener
Interface definition for a callback to be invoked when the ImageView is tapped with a single tap. @author Chris Banes
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:999
Class
PhotoView
app/src/main/java/uk/co/senab/photoview/PhotoView.java:53
Class
PhotoViewAttacher
app/src/main/java/uk/co/senab/photoview/PhotoViewAttacher.java:48
Class
PreGingerScroller
app/src/main/java/uk/co/senab/photoview/scrollerproxy/PreGingerScroller.java:21
Class
SamplePagerAdapter
app/src/main/java/com/mzba/fresco/ui/ViewPagerActivity.java:76
Class
ScaleAndTranslate
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1702
Class
ScrollerProxy
app/src/main/java/uk/co/senab/photoview/scrollerproxy/ScrollerProxy.java:22
Class
SimpleStringRecyclerViewAdapter
app/src/main/java/com/mzba/fresco/ui/ImageListFragment.java:69
Class
SkiaImageDecoder
Default implementation of {@link ImageDecoder} using Android's {@link BitmapFactory}, based on the Skia library. This works well in most circumstances
app/src/main/java/com/davemorrissey/labs/subscaleview/decoder/SkiaImageDecoder.java:20
Class
SkiaImageRegionDecoder
Default implementation of {@link ImageRegionDecoder} using Android's {@link BitmapRegionDecoder}, based on the Skia library. This works well in most c
app/src/main/java/com/davemorrissey/labs/subscaleview/decoder/SkiaImageRegionDecoder.java:21
Class
SubsamplingScaleActivity
Created by 06peng on 2015/6/25.
app/src/main/java/com/mzba/fresco/ui/SubsamplingScaleActivity.java:14
Class
SubsamplingScaleImageView
Displays an image subsampled as necessary to avoid loading too much image data into memory. After a pinch to zoom in, a set of image tiles subsampled
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:102
Class
Tile
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1672
Class
TileLoadTask
Async task used to load images without blocking the UI thread.
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1475
Class
TilesInitTask
Async task used to get image details without blocking the UI thread.
app/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java:1395
Class
VersionedGestureDetector
app/src/main/java/uk/co/senab/photoview/gestures/VersionedGestureDetector.java:22
Class
ViewHolder
app/src/main/java/com/mzba/fresco/ui/ImageListFragment.java:75
Class
ViewPagerActivity
Lock/Unlock button is added to the ActionBar. Use it to temporarily disable ViewPager navigation in order to correctly interact with ImageView by gest
app/src/main/java/com/mzba/fresco/ui/ViewPagerActivity.java:45