public interface IOverScrollState
Modifier and Type | Field and Description |
---|---|
static int |
STATE_BOUNCE_BACK
User has released their touch, thus throwing the view back into place via bounce-back animation.
|
static int |
STATE_DRAG_END_SIDE
User is actively touch-dragging, thus enabling over-scroll at the view's end side.
|
static int |
STATE_DRAG_START_SIDE
User is actively touch-dragging, thus enabling over-scroll at the view's start side.
|
static int |
STATE_IDLE
No over-scroll is in-effect.
|
static final int STATE_IDLE
static final int STATE_DRAG_START_SIDE
static final int STATE_DRAG_END_SIDE
static final int STATE_BOUNCE_BACK