Searched refs:recognize (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/gesture/
H A DGestureLibrary.java63 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureLibrary
64 return mStore.recognize(gesture);
H A DGestureStore.java136 public ArrayList<Prediction> recognize(Gesture gesture) { method in class:GestureStore
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java789 ArrayList<Prediction> predictions = mGestureLibrary.recognize(gesture);

Completed in 35 milliseconds