Home
last modified time | relevance | path

Searched defs:splitBatchedMotionEvent (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java354 private static List<MotionEvent> splitBatchedMotionEvent(MotionEvent event) { in splitBatchedMotionEvent() method in InputTestCase
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java582 public static List<MotionEvent> splitBatchedMotionEvent(MotionEvent event) { in splitBatchedMotionEvent() method in TestUtils