public interface Scrollable
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getCurrentScrollY()
Returns the current Y of the scrollable view.
|
void |
scrollVerticallyTo(int y)
Scrolls vertically to the absolute Y.
|
void |
setScrollViewCallbacks(ObservableScrollViewCallbacks listener)
Sets a callback listener.
|
void |
setTouchInterceptionViewGroup(android.view.ViewGroup viewGroup)
Sets a touch motion event delegation ViewGroup.
|
void setScrollViewCallbacks(ObservableScrollViewCallbacks listener)
listener - listener to setvoid scrollVerticallyTo(int y)
y - vertical position to scroll toint getCurrentScrollY()
void setTouchInterceptionViewGroup(android.view.ViewGroup viewGroup)
viewGroup - ViewGroup object to dispatch motion events