Home
last modified time | relevance | path

Searched refs:gesture1 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java482 GestureDescription gesture1 = new GestureDescription.Builder().addStroke(s1).build(); in testContinuedGestures_motionEventsContinue() local
485 dispatch(gesture1, gestureTime + GESTURE_COMPLETION_TIMEOUT); in testContinuedGestures_motionEventsContinue()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java1851 HandwritingGesture gesture1 = HandwritingGesture.fromByteArray(bytes); in testPerformHandwritingGesture()
1852 assertEquals(gesture, gesture1); in testPerformHandwritingGesture()
1862 InsertModeGesture gesture1) throws Exception { in testInsertModeGestureOngoingCancellation() argument
1884 gesture1, true /* useDelayedCancellation */); in testInsertModeGestureOngoingCancellation()