private static enum ScrollGestureRecognizer.ScrollRecognitionState extends java.lang.Enum<ScrollGestureRecognizer.ScrollRecognitionState>
| Enum Constant and Description |
|---|
ACTIVE |
FAILURE |
IDLE |
INERTIA |
TRACKING |
| Modifier and Type | Method and Description |
|---|---|
static ScrollGestureRecognizer.ScrollRecognitionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScrollGestureRecognizer.ScrollRecognitionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScrollGestureRecognizer.ScrollRecognitionState IDLE
public static final ScrollGestureRecognizer.ScrollRecognitionState TRACKING
public static final ScrollGestureRecognizer.ScrollRecognitionState ACTIVE
public static final ScrollGestureRecognizer.ScrollRecognitionState INERTIA
public static final ScrollGestureRecognizer.ScrollRecognitionState FAILURE
public static ScrollGestureRecognizer.ScrollRecognitionState[] values()
for (ScrollGestureRecognizer.ScrollRecognitionState c : ScrollGestureRecognizer.ScrollRecognitionState.values()) System.out.println(c);
public static ScrollGestureRecognizer.ScrollRecognitionState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null