OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGestureLibrary
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/gesture/src/android/gesture/cts/
GestureLibraryTest.java
37
private GestureLibrary
mGestureLibrary
;
40
mGestureLibrary
= gestureLibrary;
44
mGestureLibrary
.addGesture(entryName, gesture);
48
return
mGestureLibrary
.getGestureEntries();
52
return
mGestureLibrary
.getGestures(entryName);
56
return
mGestureLibrary
.getOrientationStyle();
60
return
mGestureLibrary
.getSequenceType();
64
return
mGestureLibrary
.recognize(gesture);
68
mGestureLibrary
.removeEntry(entryName);
72
mGestureLibrary
.removeGesture(entryName, gesture)
[
all
...]
/frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java
193
private GestureLibrary
mGestureLibrary
;
229
mGestureLibrary
= GestureLibraries.fromRawResource(context, R.raw.accessibility_gestures);
230
mGestureLibrary
.setOrientationStyle(8);
231
mGestureLibrary
.setSequenceType(GestureStore.SEQUENCE_SENSITIVE);
232
mGestureLibrary
.load();
[
all
...]
Completed in 1500 milliseconds