public final class UIGestureRecognizerState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Began
the recognizer has received touches recognized as the gesture.
|
static long |
Cancelled
the recognizer has received touches resulting in the cancellation of the gesture.
|
static long |
Changed
the recognizer has received touches recognized as a change to the gesture.
|
static long |
Ended
the recognizer has received touches recognized as the end of the gesture.
|
static long |
Failed
the recognizer has received a touch sequence that can not be recognized as the gesture.
|
static long |
Possible
the recognizer has not yet recognized its gesture, but may be evaluating touch events.
|
static long |
Recognized
the recognizer has received touches recognized as the gesture.
|
public static final long Possible
public static final long Began
public static final long Changed
public static final long Ended
public static final long Cancelled
public static final long Failed
public static final long Recognized