Searched refs:injectStylusEvents (Results 1 – 2 of 2) sorted by relevance
312 public static void injectStylusEvents(@NonNull View view) { in injectStylusEvents() method in TestUtils315 injectStylusEvents(view, offsetX, offsetY); in injectStylusEvents()518 public static void injectStylusEvents(@NonNull View view, int x, int y) { in injectStylusEvents() method in TestUtils
836 TestUtils.injectStylusEvents(editText); in testAutoHandwritingDisabled()873 TestUtils.injectStylusEvents(editText, editText.getWidth() / 2, in testAutoHandwritingOutOfBound()