Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DBatchInputArbiter.java130 public void updateBatchInputByTimer(final long syntheticMoveEventTime, in updateBatchInputByTimer() method in BatchInputArbiter
DTimerHandler.java73 tracker3.updateBatchInputByTimer(SystemClock.uptimeMillis()); in handleMessage()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java529 public void updateBatchInputByTimer(final long syntheticMoveEventTime) { in updateBatchInputByTimer() method in PointerTracker
530 mBatchInputArbiter.updateBatchInputByTimer(syntheticMoveEventTime, this); in updateBatchInputByTimer()