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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java201 private GestureLibrary mGestureLibrary; field in class:TouchExplorer
237 mGestureLibrary = GestureLibraries.fromRawResource(context, R.raw.accessibility_gestures);
238 mGestureLibrary.setOrientationStyle(8);
239 mGestureLibrary.setSequenceType(GestureStore.SEQUENCE_SENSITIVE);
240 mGestureLibrary.load();
816 ArrayList<Prediction> predictions = mGestureLibrary.recognize(gesture);

Completed in 434 milliseconds