| 接口 | 说明 |
|---|---|
| IPhotoView | |
| PhotoViewAttacher.OnMatrixChangedListener |
Interface definition for a callback to be invoked when the internal Matrix has changed for
this View.
|
| PhotoViewAttacher.OnPhotoTapListener |
Interface definition for a callback to be invoked when the Photo is tapped with a single
tap.
|
| PhotoViewAttacher.OnScaleChangeListener |
Interface definition for callback to be invoked when attached ImageView scale changes
|
| PhotoViewAttacher.OnSingleFlingListener |
Interface definition for a callback to be invoked when the ImageView is fling with a single
touch
|
| PhotoViewAttacher.OnViewTapListener |
Interface definition for a callback to be invoked when the ImageView is tapped with a single
tap.
|
| 类 | 说明 |
|---|---|
| Compat | |
| DefaultOnDoubleTapListener |
Provided default implementation of GestureDetector.OnDoubleTapListener, to be overridden with custom behavior, if needed
To be used via
PhotoViewAttacher.setOnDoubleTapListener(android.view.GestureDetector.OnDoubleTapListener) |
| PhotoView | |
| PhotoViewAttacher |