/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 | 1264 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_firstLine() local 1278 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_secondLine() local 1293 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_aboveFirstLineWithinMargin() local 1321 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_betweenLinesWithinMargin() local 1353 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_belowLastLineWithinMargin() local 1382 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_leftOfLineWithinMargin() local 1409 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_rightOfLineWithinMargin() local 1454 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_singleLine() local 1470 InsertModeGesture gesture = performInsertModeGesture( in performInsertModeGesture_aboveLineWithinMargin_singleLine() local 1500 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 | 373 GestureDescription gesture = new GestureDescription.Builder() in testPath() local 383 private void testGesture(GestureDescription gesture, int gestureId, int displayId) { in testGesture() 399 GestureDescription gesture = MultiFingerSwipe(displayId, fingerCount, dx, dy); in testMultiSwipeGesture() local 512 GestureDescription gesture = swipe(displayId); in testDispatchGesture_privateDisplay_gestureCancelled() local 522 private void assertEventAfterGesture(GestureDescription gesture, int... events) { in assertEventAfterGesture()
|
D | FullScreenMagnificationGestureHandlerTest.java | 330 public void dispatch(GestureDescription gesture) { in dispatch()
|
D | TouchExplorerTest.java | 622 public void dispatch(GestureDescription gesture) { in dispatch()
|
D | TouchInteractionControllerTest.java | 460 public void dispatch(GestureDescription gesture) { in dispatch()
|
D | AccessibilityGestureDispatchTest.java | 276 public void dispatch(GestureDescription gesture, int timeoutMs) { in dispatch()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | GestureUtils.java | 57 GestureDescription gesture) { in dispatchGesture()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputConnectionEndToEndTest.java | 1816 T gesture, int returnResult) throws Exception { in testPerformHandwritingGesture() 1827 HandwritingGesture gesture, Executor executor, IntConsumer consumer) { in testPerformHandwritingGesture() 1875 HandwritingGesture gesture, Executor executor, IntConsumer consumer) { in testInsertModeGestureOngoingCancellation()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockImeSession.java | 1296 public ImeCommand callPerformHandwritingGesture( in callPerformHandwritingGesture() 1343 public ImeCommand callPreviewHandwritingGesture( in callPreviewHandwritingGesture()
|