Searched defs:gesture (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/gesture/ |
D | GestureLibrary.java | 63 public ArrayList<Prediction> recognize(Gesture gesture) { in recognize() 67 public void addGesture(String entryName, Gesture gesture) { in addGesture() 71 public void removeGesture(String entryName, Gesture gesture) { in removeGesture()
|
D | Instance.java | 72 …static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String labe… in createInstance() 86 private static float[] spatialSampler(Gesture gesture) { in spatialSampler() 90 private static float[] temporalSampler(int orientationType, Gesture gesture) { in temporalSampler()
|
D | GestureStore.java | 136 public ArrayList<Prediction> recognize(Gesture gesture) { in recognize() 148 public void addGesture(String entryName, Gesture gesture) { in addGesture() 170 public void removeGesture(String entryName, Gesture gesture) { in removeGesture() 322 final Gesture gesture = Gesture.deserialize(in); in readFormatV1() local
|
D | Gesture.java | 65 Gesture gesture = new Gesture(); in clone() local 269 final Gesture gesture = new Gesture(); in deserialize() local
|
D | GestureUtils.java | 73 public static float[] spatialSampling(Gesture gesture, int bitmapSize) { in spatialSampling() 90 public static float[] spatialSampling(Gesture gesture, int bitmapSize, in spatialSampling()
|
D | GestureOverlayView.java | 280 public void setGesture(Gesture gesture) { in setGesture() 794 void onGesturePerformed(GestureOverlayView overlay, Gesture gesture); in onGesturePerformed()
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | IAccessibilityServiceClient.aidl | 36 void onGesture(int gesture); in onGesture()
|
/frameworks/base/services/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 805 Gesture gesture = new Gesture(); in handleMotionEventGestureDetecting() local
|