Searched defs:SEQUENCE_SENSITIVE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DGestureStore.java63 // when SEQUENCE_SENSITIVE is used, only single stroke gestures are currently allowed
64 public static final int SEQUENCE_SENSITIVE = 2; field in class:GestureStore
66 // ORIENTATION_SENSITIVE and ORIENTATION_INVARIANT are only for SEQUENCE_SENSITIVE gestures
79 private int mSequenceType = SEQUENCE_SENSITIVE;
108 * @param type SEQUENCE_INVARIANT or SEQUENCE_SENSITIVE
115 * @return SEQUENCE_INVARIANT or SEQUENCE_SENSITIVE

Completed in 1182 milliseconds