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

/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java197 private GestureLibrary mGestureLibrary; field in class:TouchExplorer
233 mGestureLibrary = GestureLibraries.fromRawResource(context, R.raw.accessibility_gestures);
234 mGestureLibrary.setOrientationStyle(8);
235 mGestureLibrary.setSequenceType(GestureStore.SEQUENCE_SENSITIVE);
236 mGestureLibrary.load();
843 ArrayList<Prediction> predictions = mGestureLibrary.recognize(gesture);

Completed in 583 milliseconds