Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DBatchInputArbiter.java130 public void updateBatchInputByTimer(final long syntheticMoveEventTime, in updateBatchInputByTimer() argument
133 getElapsedTimeSinceFirstDown(syntheticMoveEventTime)); in updateBatchInputByTimer()
134 updateBatchInput(syntheticMoveEventTime, listener); in updateBatchInputByTimer()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java590 public void updateBatchInputByTimer(final long syntheticMoveEventTime) { in updateBatchInputByTimer() argument
591 mBatchInputArbiter.updateBatchInputByTimer(syntheticMoveEventTime, this); in updateBatchInputByTimer()