/cts/tests/tests/gesture/src/android/gesture/cts/ |
D | GestureStorageAccessor.java | 32 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()
|
D | GestureLibraryTest.java | 43 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()
|
D | GestureStoreTest.java | 46 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/tests/widget/src/android/widget/cts/ |
D | TextViewHandwritingGestureTest.java | 1283 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_firstLine() local 1297 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_secondLine() local 1312 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_aboveFirstLineWithinMargin() local 1340 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_betweenLinesWithinMargin() local 1372 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_belowLastLineWithinMargin() local 1401 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_leftOfLineWithinMargin() local 1428 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_rightOfLineWithinMargin() local 1473 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_singleLine() local 1489 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_aboveLineWithinMargin_singleLine() local 1519 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_belowLineWithinMargin_singleLine() local [all …]
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | GestureDescriptionTest.java | 227 GestureDescription gesture = builder.build(); in testStrokeDescriptionGetters_workAsExpected() local 247 GestureDescription gesture = builder.build(); in testSetDisplayId_getCorrectDisplayId() local
|
D | AccessibilityGestureDetectorTest.java | 379 GestureDescription gesture = new GestureDescription.Builder() in testPath() local 389 private void testGesture(GestureDescription gesture, int gestureId, int displayId) { in testGesture() 405 GestureDescription gesture = MultiFingerSwipe(displayId, fingerCount, dx, dy); in testMultiSwipeGesture() local 518 GestureDescription gesture = swipe(displayId); in testDispatchGesture_privateDisplay_gestureCancelled() local 528 private void assertEventAfterGesture(GestureDescription gesture, int... events) { in assertEventAfterGesture()
|
D | FullScreenMagnificationGestureHandlerTest.java | 477 public void dispatch(GestureDescription gesture) { in dispatch()
|
D | TouchInteractionControllerTest.java | 485 public void dispatch(GestureDescription gesture) { in dispatch()
|
D | TouchExplorerTest.java | 606 public void dispatch(GestureDescription gesture) { in dispatch()
|
D | AccessibilityGestureDispatchTest.java | 278 public void dispatch(GestureDescription gesture, int timeoutMs) { in dispatch()
|
D | AccessibilityEndToEndTest.java | 2558 private void dispatch(InstrumentedAccessibilityService service, GestureDescription gesture) { in dispatch()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputConnectionEndToEndTest.java | 1813 T gesture, int returnResult) throws Exception { in testPerformHandwritingGesture() 1824 HandwritingGesture gesture, Executor executor, IntConsumer consumer) { in testPerformHandwritingGesture() 1873 HandwritingGesture gesture, Executor executor, IntConsumer consumer) { in testInsertModeGestureOngoingCancellation()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | GestureUtils.java | 83 InstrumentedAccessibilityService service, GestureDescription gesture) { in dispatchGesture()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockImeSession.java | 1340 public ImeCommand callPerformHandwritingGesture( in callPerformHandwritingGesture() 1387 public ImeCommand callPreviewHandwritingGesture( in callPreviewHandwritingGesture()
|