Home
last modified time | relevance | path

Searched defs:gesture (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/gesture/src/android/gesture/cts/
DGestureStorageAccessor.java32 void addGesture(String entryName, Gesture gesture); in addGesture()
42 ArrayList<Prediction> recognize(Gesture gesture); in recognize()
46 void removeGesture(String entryName, Gesture gesture); in removeGesture()
DGestureLibraryTest.java43 public void addGesture(String entryName, Gesture gesture) { in addGesture()
63 public ArrayList<Prediction> recognize(Gesture gesture) { in recognize()
71 public void removeGesture(String entryName, Gesture gesture) { in removeGesture()
DGestureStoreTest.java46 public void addGesture(String entryName, Gesture gesture) { in addGesture()
66 public ArrayList<Prediction> recognize(Gesture gesture) { in recognize()
74 public void removeGesture(String entryName, Gesture gesture) { in removeGesture()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDescriptionTest.java224 GestureDescription gesture = builder.build(); in testStrokeDescriptionGetters_workAsExpected() local
244 GestureDescription gesture = builder.build(); in testSetDisplayId_getCorrectDisplayId() local
DAccessibilityGestureDetectorTest.java367 GestureDescription gesture = new GestureDescription.Builder() in testPath() local
377 private void testGesture(GestureDescription gesture, int gestureId, int displayId) { in testGesture()
497 GestureDescription gesture = swipe(displayId); in testDispatchGesture_privateDisplay_gestureCancelled() local
507 private void assertEventAfterGesture(GestureDescription gesture, int... events) { in assertEventAfterGesture()
DFullScreenMagnificationGestureHandlerTest.java322 public void dispatch(GestureDescription gesture) { in dispatch()
DTouchExplorerTest.java612 public void dispatch(GestureDescription gesture) { in dispatch()
DAccessibilityGestureDispatchTest.java272 public void dispatch(GestureDescription gesture, int timeoutMs) { in dispatch()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java57 GestureDescription gesture) { in dispatchGesture()