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

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

Completed in 67 milliseconds