Home
last modified time | relevance | path

Searched refs:performHandwritingGesture (Results 1 – 5 of 5) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionDefaultMethodTest.java136 public void performHandwritingGesture() { in performHandwritingGesture() method in InputConnectionDefaultMethodTest
137 mTestInputConnection.performHandwritingGesture( in performHandwritingGesture()
DInputConnectionEndToEndTest.java1823 public void performHandwritingGesture( in testPerformHandwritingGesture() method in InputConnectionEndToEndTest.Wrapper
1872 public void performHandwritingGesture( in testInsertModeGestureOngoingCancellation() method in InputConnectionEndToEndTest.Wrapper
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewHandwritingGestureTest.java1822 inputConnection.performHandwritingGesture(gesture, Runnable::run, mResultConsumer); in performSelectGesture()
1845 inputConnection.performHandwritingGesture(gesture, Runnable::run, mResultConsumer); in performSelectRangeGesture()
1873 inputConnection.performHandwritingGesture(gesture, Runnable::run, mResultConsumer); in performDeleteGesture()
1896 inputConnection.performHandwritingGesture(gesture, Runnable::run, mResultConsumer); in performDeleteRangeGesture()
1924 inputConnection.performHandwritingGesture(gesture, Runnable::run, mResultConsumer); in performInsertGesture()
1939 inputConnection.performHandwritingGesture(gesture, Runnable::run, mResultConsumer); in performInsertModeGesture()
1973 inputConnection.performHandwritingGesture(gesture, Runnable::run, mResultConsumer); in performRemoveSpaceGesture()
1987 inputConnection.performHandwritingGesture(gesture, Runnable::run, mResultConsumer); in performJoinOrSplitGesture()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java411 .performHandwritingGesture(gesture, mMainHandler::post, consumer); in onHandleCommand()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt56208 …method public default void performHandwritingGesture(@NonNull android.view.inputmethod.Handwriting…
56266 …method public void performHandwritingGesture(@NonNull android.view.inputmethod.HandwritingGesture,…