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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogicHandler.java128 private void updateBatchInput(final InputPointers batchPointers, method in class:InputLogicHandler
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/
H A DBatchInputArbiter.java125 * {@link #updateBatchInput(long,BatchInputArbiterListener)} will be called internally.
128 * {@link #updateBatchInput(long,BatchInputArbiterListener)}.
134 updateBatchInput(syntheticMoveEventTime, listener);
145 public void updateBatchInput(final long moveEventTime, method in class:BatchInputArbiter
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DPointerTracker.java735 mBatchInputArbiter.updateBatchInput(eventTime, this);

Completed in 61 milliseconds