Home
last modified time | relevance | path

Searched refs:historySize (Results 1 – 3 of 3) sorted by relevance

/cts/tests/input/src/android/input/cts/
DMotionEventIsResampledTest.kt121 for (i in 0..<event.historySize) { in testIsResampled()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java356 final int historySize = event.getHistorySize(); in splitBatchedMotionEvent() local
367 for (int h = 0; h < historySize; h++) { in splitBatchedMotionEvent()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java584 final int historySize = event.getHistorySize(); in splitBatchedMotionEvent() local
596 for (int h = 0; h < historySize; h++) { in splitBatchedMotionEvent()