Searched refs:injectStylusUpEvent (Results 1 – 2 of 2) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | StylusHandwritingTest.java | 396 TestUtils.injectStylusUpEvent(editText, startX, startY); in testHandwritingStartAndFinish() 552 injectedEvents.add(TestUtils.injectStylusUpEvent(editText, endX, endY)); in testHandwritingStylusEvents() 643 TestUtils.injectStylusUpEvent(editText, x, y); in testHandwriting_endOfLineTap() 943 TestUtils.injectStylusUpEvent(unfocusedEditText, endX, endY); in testHandwriting_unfocusedEditText() 999 TestUtils.injectStylusUpEvent(unfocusedEditText, endX, endY); in testHandwriting_unfocusedEditText_password() 1058 TestUtils.injectStylusUpEvent(unfocusedEditText, x, endY); in testHandwriting_unfocusedEditText_prefDisabled() 1100 TestUtils.injectStylusUpEvent(unfocusedEditText, endX, endY); in testHandwriting_unfocusedEditText_autoHandwritingDisabled() 1180 TestUtils.injectStylusUpEvent(stylus); in testHandwriting_fingerTouchIsIgnored() 1221 TestUtils.injectStylusUpEvent(stylus); in testHandwriting_fingerTouchIsIgnored() 1331 TestUtils.injectStylusUpEvent(stylus); in testOnViewClicked_withStylusTap() [all …]
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | TestUtils.java | 354 public static void injectStylusUpEvent(@NonNull UinputTouchDevice device) { in injectStylusUpEvent() method in TestUtils 368 public static MotionEvent injectStylusUpEvent(@NonNull View view, int x, int y) { in injectStylusUpEvent() method in TestUtils 523 injectStylusUpEvent(view, endX, y); in injectStylusEvents()
|