Home
last modified time | relevance | path

Searched defs:gesture (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/gesture/
DGestureLibrary.java63 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()
DInstance.java72 …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()
DGestureStore.java136 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
DGesture.java65 Gesture gesture = new Gesture(); in clone() local
269 final Gesture gesture = new Gesture(); in deserialize() local
DGestureUtils.java73 public static float[] spatialSampling(Gesture gesture, int bitmapSize) { in spatialSampling()
90 public static float[] spatialSampling(Gesture gesture, int bitmapSize, in spatialSampling()
DGestureOverlayView.java280 public void setGesture(Gesture gesture) { in setGesture()
794 void onGesturePerformed(GestureOverlayView overlay, Gesture gesture); in onGesturePerformed()
/frameworks/base/core/java/android/accessibilityservice/
DIAccessibilityServiceClient.aidl36 void onGesture(int gesture); in onGesture()
/frameworks/base/services/java/com/android/server/accessibility/
DTouchExplorer.java805 Gesture gesture = new Gesture(); in handleMotionEventGestureDetecting() local