Searched defs:onUpdateBatchInput (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardActionListener.java77 public void onUpdateBatchInput(InputPointers batchPointers); method in interface:KeyboardActionListener
118 public void onUpdateBatchInput(InputPointers batchPointers) {} method in class:KeyboardActionListener.Adapter
H A DPointerTracker.java535 public void onUpdateBatchInput(final InputPointers aggregatedPointers, final long eventTime) { method in class:PointerTracker
537 Log.d(TAG, String.format("[%d] onUpdateBatchInput: batchPoints=%d", mPointerId,
540 sListener.onUpdateBatchInput(aggregatedPointers);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DBatchInputArbiter.java31 public void onUpdateBatchInput( method in interface:BatchInputArbiter.BatchInputArbiterListener
140 * @param listener {@link BatchInputArbiterListener#onUpdateBatchInput(InputPointers,long)} of
152 listener.onUpdateBatchInput(sAggregatedPointers, moveEventTime);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogicHandler.java52 public void onUpdateBatchInput(final InputPointers batchPointers,
180 public void onUpdateBatchInput(final InputPointers batchPointers, method in class:InputLogicHandler
H A DInputLogic.java546 /* The sequence number member is only used in onUpdateBatchInput. It is increased each time
551 * onUpdateBatchInput method twice without having recomputed suggestions yet, or having
561 public void onUpdateBatchInput(final InputPointers batchPointers) { method in class:InputLogic
562 mInputLogicHandler.onUpdateBatchInput(batchPointers, mAutoCommitSequenceNumber);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1386 public void onUpdateBatchInput(final InputPointers batchPointers) { method in class:LatinIME
1387 mInputLogic.onUpdateBatchInput(batchPointers);

Completed in 66 milliseconds