private static enum ZoomGestureRecognizer.ZoomRecognitionState extends java.lang.Enum<ZoomGestureRecognizer.ZoomRecognitionState>
| Enum Constant and Description |
|---|
ACTIVE |
FAILURE |
IDLE |
INERTIA |
PRE_INERTIA |
TRACKING |
| Modifier and Type | Method and Description |
|---|---|
static ZoomGestureRecognizer.ZoomRecognitionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZoomGestureRecognizer.ZoomRecognitionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZoomGestureRecognizer.ZoomRecognitionState IDLE
public static final ZoomGestureRecognizer.ZoomRecognitionState TRACKING
public static final ZoomGestureRecognizer.ZoomRecognitionState ACTIVE
public static final ZoomGestureRecognizer.ZoomRecognitionState PRE_INERTIA
public static final ZoomGestureRecognizer.ZoomRecognitionState INERTIA
public static final ZoomGestureRecognizer.ZoomRecognitionState FAILURE
public static ZoomGestureRecognizer.ZoomRecognitionState[] values()
for (ZoomGestureRecognizer.ZoomRecognitionState c : ZoomGestureRecognizer.ZoomRecognitionState.values()) System.out.println(c);
public static ZoomGestureRecognizer.ZoomRecognitionState 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