Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DBatchInputArbiter.java32 final InputPointers aggregatedPointers, final long moveEventTime); in onUpdateBatchInput()
34 public void onEndBatchInput(final InputPointers aggregatedPointers, final long upEventTime); in onEndBatchInput()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java596 public void onUpdateBatchInput(final InputPointers aggregatedPointers, final long eventTime) { in onUpdateBatchInput()
612 public void onEndBatchInput(final InputPointers aggregatedPointers, final long eventTime) { in onEndBatchInput()