public interface HideViewOnScrollAnimationListener
HideViewOnScrollAnimation, must implement.| Modifier and Type | Method and Description |
|---|---|
void |
onScrollingDown(HideViewOnScrollAnimation animation,
android.view.View animatedView,
int scrollPosition)
The method, which is invoked, when the list view, which is observed by the animation, is
scrolling downwards.
|
void |
onScrollingUp(HideViewOnScrollAnimation animation,
android.view.View animatedView,
int scrollPosition)
The method, which is invoked, when the list view, which is observed by the animation, is
scrolling upwards.
|
void onScrollingDown(HideViewOnScrollAnimation animation, android.view.View animatedView, int scrollPosition)
animation - The observer animation, as an instance of the class HideViewOnScrollAnimationanimatedView - The view, which is animated by the observed animation, as an instance of the class
ViewscrollPosition - The current scroll position of the list view's first item in pixels as an Integer valuevoid onScrollingUp(HideViewOnScrollAnimation animation, android.view.View animatedView, int scrollPosition)
animation - The observer animation, as an instance of the class HideViewOnScrollAnimationanimatedView - The view, which is animated by the observed animation, as an instance of the class
ViewscrollPosition - The current scroll position of the list view's first item in pixels as an Integer value