Home
last modified time | relevance | path

Searched defs:gesture (Results 1 – 6 of 6) 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.java131 public ArrayList<Prediction> recognize(Gesture gesture) { in recognize()
143 public void addGesture(String entryName, Gesture gesture) { in addGesture()
165 public void removeGesture(String entryName, Gesture gesture) { in removeGesture()
317 final Gesture gesture = Gesture.deserialize(in); in readFormatV1() local
DGestureUtilities.java50 static float[] spatialSampling(Gesture gesture, int sampleMatrixDimension) { in spatialSampling()
DGesture.java254 final Gesture gesture = new Gesture(); in deserialize() local
DGestureOverlayView.java280 public void setGesture(Gesture gesture) { in setGesture()
793 void onGesturePerformed(GestureOverlayView overlay, Gesture gesture); in onGesturePerformed()