| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
STATE_BOUNCE_BACK |
3 |
public static final int |
STATE_DRAG_END_SIDE |
2 |
public static final int |
STATE_DRAG_START_SIDE |
1 |
public static final int |
STATE_IDLE |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final float |
DEFAULT_DECELERATE_FACTOR |
-2.0f |
public static final float |
DEFAULT_TOUCH_DRAG_MOVE_RATIO_BCK |
1.0f |
public static final float |
DEFAULT_TOUCH_DRAG_MOVE_RATIO_FWD |
3.0f |
protected static final int |
MAX_BOUNCE_BACK_DURATION_MS |
800 |
protected static final int |
MIN_BOUNCE_BACK_DURATION_MS |
200 |
public static final java.lang.String |
TAG |
"OverScrollDecor" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ORIENTATION_HORIZONTAL |
1 |
public static final int |
ORIENTATION_VERTICAL |
0 |