public interface ScrollContainer
Modifier and Type | Method and Description |
---|---|
void |
lockScrollTo(View v)
Like
scrollTo(View) , but keeps the scroll locked until the user
scrolls, or loses focus or is detached. |
void |
requestDisallowDismiss()
Request that the view does not dismiss for the current touch.
|
void |
requestDisallowLongPress()
Request that the view does not perform long press for the current touch.
|
boolean |
scrollTo(View v)
Request that the view is made visible by scrolling to it.
|
void requestDisallowLongPress()
boolean scrollTo(View v)
void lockScrollTo(View v)
scrollTo(View)
, but keeps the scroll locked until the user
scrolls, or loses focus or is detached.void requestDisallowDismiss()