HomeSort by relevance Sort by last modified time
    Searched refs:updateBatchInputByTimer (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
BatchInputArbiter.java 130 public void updateBatchInputByTimer(final long syntheticMoveEventTime,
TimerHandler.java 73 tracker3.updateBatchInputByTimer(SystemClock.uptimeMillis());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 529 public void updateBatchInputByTimer(final long syntheticMoveEventTime) {
530 mBatchInputArbiter.updateBatchInputByTimer(syntheticMoveEventTime, this);
    [all...]

Completed in 275 milliseconds