MCPcopy Create free account

hub / github.com/HomHomLin/FrescoImageView / types & classes

Types & classes20 in github.com/HomHomLin/FrescoImageView

ClassApp
Created by Linhh on 16/2/18.
app/src/main/java/com/lhh/frescoimageview/demo/App.java:14
ClassApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
app/src/androidTest/java/com/lhh/frescoimageview/demo/ApplicationTest.java:9
InterfaceBaseFrescoImageView
Created by Linhh on 16/3/2.
lib.lhh.fiv.library/src/lib.lhh.fiv/library/BaseFrescoImageView.java:12
ClassDefaultZoomableController
Zoomable controller that calculates transformation based on touch events.
lib.lhh.fiv.library/src/lib.lhh.fiv/library/zoomable/DefaultZoomableController.java:25
ClassExampleUnitTest
To work on unit tests, switch the Test Artifact in the Build Variants view.
app/src/test/java/com/lhh/frescoimageview/demo/ExampleUnitTest.java:10
InterfaceFrescoController
Created by Linhh on 16/3/2.
lib.lhh.fiv.library/src/lib.lhh.fiv/library/FrescoController.java:11
ClassFrescoFactory
Created by Linhh on 16/3/2.
lib.lhh.fiv.library/src/lib.lhh.fiv/library/FrescoFactory.java:14
ClassFrescoGifImageViewActivity
Created by Linhh on 16/5/6.
app/src/main/java/com/lhh/frescoimageview/demo/FrescoGifImageViewActivity.java:11
ClassFrescoImageView
Created by Linhh on 16/2/18.
lib.lhh.fiv.library/src/lib.lhh.fiv/library/FrescoImageView.java:19
ClassFrescoImageViewActivity
Created by Linhh on 16/2/19.
app/src/main/java/com/lhh/frescoimageview/demo/FrescoImageViewActivity.java:11
ClassFrescoZoomImageView
Created by Linhh on 16/2/18.
lib.lhh.fiv.library/src/lib.lhh.fiv/library/FrescoZoomImageView.java:19
ClassFrescoZoomImageViewActivity
Created by Linhh on 16/2/19.
app/src/main/java/com/lhh/frescoimageview/demo/FrescoZoomImageViewActivity.java:13
InterfaceListener
Listener interface.
lib.lhh.fiv.library/src/lib.lhh.fiv/library/zoomable/ZoomableController.java:28
InterfaceListener
The listener for receiving notifications when gestures occur.
lib.lhh.fiv.library/src/lib.lhh.fiv/library/gestures/MultiPointerGestureDetector.java:26
InterfaceListener
The listener for receiving notifications when gestures occur.
lib.lhh.fiv.library/src/lib.lhh.fiv/library/gestures/TransformGestureDetector.java:27
ClassMainActivity
app/src/main/java/com/lhh/frescoimageview/demo/MainActivity.java:12
ClassMultiPointerGestureDetector
Component that detects and tracks multiple pointers based on touch events. <p> Each time a pointer gets pressed or released, the current gesture (if a
lib.lhh.fiv.library/src/lib.lhh.fiv/library/gestures/MultiPointerGestureDetector.java:23
ClassTransformGestureDetector
Component that detects translation, scale and rotation based on touch events. <p> This class notifies its listeners whenever a gesture begins, updates
lib.lhh.fiv.library/src/lib.lhh.fiv/library/gestures/TransformGestureDetector.java:24
InterfaceZoomableController
Interface for implementing a controller that works with {@link ZoomableDraweeView} to control the zoom.
lib.lhh.fiv.library/src/lib.lhh.fiv/library/zoomable/ZoomableController.java:23
ClassZoomableDraweeView
DraweeView that has zoomable capabilities. <p> Once the image loads, pinch-to-zoom and translation gestures are enabled.
lib.lhh.fiv.library/src/lib.lhh.fiv/library/zoomable/ZoomableDraweeView.java:52