Home
last modified time | relevance | path

Searched defs:gesture (Results 1 – 14 of 14) 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/tests/widget/src/android/widget/cts/
DTextViewHandwritingGestureTest.java1283 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/
DGestureDescriptionTest.java227 GestureDescription gesture = builder.build(); in testStrokeDescriptionGetters_workAsExpected() local
247 GestureDescription gesture = builder.build(); in testSetDisplayId_getCorrectDisplayId() local
DAccessibilityGestureDetectorTest.java379 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()
DFullScreenMagnificationGestureHandlerTest.java477 public void dispatch(GestureDescription gesture) { in dispatch()
DTouchInteractionControllerTest.java485 public void dispatch(GestureDescription gesture) { in dispatch()
DTouchExplorerTest.java606 public void dispatch(GestureDescription gesture) { in dispatch()
DAccessibilityGestureDispatchTest.java278 public void dispatch(GestureDescription gesture, int timeoutMs) { in dispatch()
DAccessibilityEndToEndTest.java2558 private void dispatch(InstrumentedAccessibilityService service, GestureDescription gesture) { in dispatch()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java1813 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/
DGestureUtils.java83 InstrumentedAccessibilityService service, GestureDescription gesture) { in dispatchGesture()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1340 public ImeCommand callPerformHandwritingGesture( in callPerformHandwritingGesture()
1387 public ImeCommand callPreviewHandwritingGesture( in callPreviewHandwritingGesture()