Home
last modified time | relevance | path

Searched refs:updateBatchInput (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java753 updateBatchInput(eventTime); in updateBatchInputByTimer()
758 updateBatchInput(eventTime); in mayUpdateBatchInput()
766 private void updateBatchInput(final long eventTime) { in updateBatchInput() method in PointerTracker
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1628 updateBatchInput((InputPointers)msg.obj); in handleMessage()
1644 private void updateBatchInput(final InputPointers batchPointers) { in updateBatchInput() method in LatinIME.BatchInputUpdater