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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogicHandler.java 128 private void updateBatchInput(final InputPointers batchPointers,
151 // no matter what thread updateBatchInput was originally called on.
182 updateBatchInput(batchPointers, sequenceNumber, false /* isTailBatchInput */);
213 updateBatchInput(batchPointers, sequenceNumber, true /* isTailBatchInput */);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
BatchInputArbiter.java 125 * {@link #updateBatchInput(long,BatchInputArbiterListener)} will be called internally.
128 * {@link #updateBatchInput(long,BatchInputArbiterListener)}.
134 updateBatchInput(syntheticMoveEventTime, listener);
145 public void updateBatchInput(final long moveEventTime,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 735 mBatchInputArbiter.updateBatchInput(eventTime, this);
    [all...]

Completed in 49 milliseconds