public interface ScrollAdjuster
Modifier and Type | Field and Description |
---|---|
static int |
DECREASE_SCROLL_DIRECTION
Decrease scroll direction.
|
static int |
DO_NOT_TOUCH_SCROLL_DIRECTION
Specifies that necessary value has been reached..
|
static int |
INCREASE_SCROLL_DIRECTION
Increase scroll direction.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns a printable scrolling description.
|
int |
getScrollDirection()
Returns scroll direction to reach necessary scroller value.
|
int |
getScrollOrientation()
Returns scrolling orientation.
|
static final int INCREASE_SCROLL_DIRECTION
static final int DECREASE_SCROLL_DIRECTION
static final int DO_NOT_TOUCH_SCROLL_DIRECTION
int getScrollDirection()
int getScrollOrientation()
java.lang.String getDescription()