getScrollableViewScrollPosition
public int getScrollableViewScrollPosition(android.view.View scrollableView,
boolean isSlidingUp)
Returns the current scroll position of the scrollable view. If this method returns zero or
less, it means at the scrollable view is in a position such as the panel should handle
scrolling. If the method returns anything above zero, then the panel will let the scrollable
view handle the scrolling
- Parameters:
scrollableView - the scrollable view
isSlidingUp - whether or not the panel is sliding up or down
- Returns:
- the scroll position