HomeSort by relevance Sort by last modified time
    Searched refs:gestures (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/gesture/
GestureStore.java 50 // 4 bytes int Number of gestures
63 // when SEQUENCE_SENSITIVE is used, only single stroke gestures are currently allowed
66 // ORIENTATION_SENSITIVE and ORIENTATION_INVARIANT are only for SEQUENCE_SENSITIVE gestures
152 ArrayList<Gesture> gestures = mNamedGestures.get(entryName); local
153 if (gestures == null) {
154 gestures = new ArrayList<Gesture>();
155 mNamedGestures.put(entryName, gestures);
157 gestures.add(gesture);
164 * Remove a gesture from the library. If there are no more gestures for the
171 ArrayList<Gesture> gestures = mNamedGestures.get(entryName) local
206 ArrayList<Gesture> gestures = mNamedGestures.get(entryName); local
320 final ArrayList<Gesture> gestures = new ArrayList<Gesture>(gestureCount); local
    [all...]
  /frameworks/base/docs/html/resources/
resources_toc.cs 68 <li><a href="<?cs var:toroot ?>resources/articles/gestures.html">
69 <span class="en">Gestures</span>

Completed in 3516 milliseconds