public static interface PanoramaImageView.OnPanoramaScrollListener
| Modifier and Type | Method and Description |
|---|---|
void |
onScrolled(PanoramaImageView view,
float offsetProgress)
Call when the image is scrolling
|
void onScrolled(PanoramaImageView view, float offsetProgress)
view - the panoramaImageView shows the imageoffsetProgress - value between (-1, 1) indicating the offset progress.
-1 means the image scrolls to show its left(top) bound,
1 means the image scrolls to show its right(bottom) bound.