| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_SCROLL_DURATION |
250 |
public static final int |
SCROLL_STATE_DRAGGING |
1 |
public static final int |
SCROLL_STATE_IDLE |
0 |
public static final int |
SCROLL_STATE_SETTLING |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
AUTO_CYCLE_DIRECTION_BACK_AND_FORTH |
2 |
public static final int |
AUTO_CYCLE_DIRECTION_LEFT |
1 |
public static final int |
AUTO_CYCLE_DIRECTION_RIGHT |
0 |
public static final java.lang.String |
TAG |
"Slider View : " |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_ANIMATION_TIME |
350 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
DEFAULT_SELECTED_COLOR |
"#ffffff" |
public static final java.lang.String |
DEFAULT_UNSELECTED_COLOR |
"#33ffffff" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_STROKE_DP |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final float |
DEFAULT_SCALE_FACTOR |
0.699999988079071f |
public static final float |
MAX_SCALE_FACTOR |
1.0f |
public static final float |
MIN_SCALE_FACTOR |
0.30000001192092896f |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
COUNT_NONE |
-1 |
public static final int |
DEFAULT_COUNT |
3 |
public static final int |
DEFAULT_PADDING_DP |
8 |
public static final int |
DEFAULT_RADIUS_DP |
6 |
public static final int |
MIN_COUNT |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
INFINITE_SCROLL_LIMIT |
32400 |