Home
last modified time | relevance | path

Searched defs:gesture (Results 1 – 13 of 13) 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.java1264 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/
DGestureDescriptionTest.java227 GestureDescription gesture = builder.build(); in testStrokeDescriptionGetters_workAsExpected() local
247 GestureDescription gesture = builder.build(); in testSetDisplayId_getCorrectDisplayId() local
DAccessibilityGestureDetectorTest.java373 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()
DFullScreenMagnificationGestureHandlerTest.java330 public void dispatch(GestureDescription gesture) { in dispatch()
DTouchExplorerTest.java622 public void dispatch(GestureDescription gesture) { in dispatch()
DTouchInteractionControllerTest.java460 public void dispatch(GestureDescription gesture) { in dispatch()
DAccessibilityGestureDispatchTest.java276 public void dispatch(GestureDescription gesture, int timeoutMs) { in dispatch()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java57 GestureDescription gesture) { in dispatchGesture()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java1816 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/
DMockImeSession.java1296 public ImeCommand callPerformHandwritingGesture( in callPerformHandwritingGesture()
1343 public ImeCommand callPreviewHandwritingGesture( in callPreviewHandwritingGesture()