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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 77 public void onUpdateBatchInput(InputPointers batchPointers);
118 public void onUpdateBatchInput(InputPointers batchPointers) {}
PointerTracker.java 596 public void onUpdateBatchInput(final InputPointers aggregatedPointers, final long eventTime) {
598 Log.d(TAG, String.format("[%d] onUpdateBatchInput: batchPoints=%d", mPointerId,
601 sListener.onUpdateBatchInput(aggregatedPointers);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
BatchInputArbiter.java 31 public void onUpdateBatchInput(
140 * @param listener {@link BatchInputArbiterListener#onUpdateBatchInput(InputPointers,long)} of
152 listener.onUpdateBatchInput(sAggregatedPointers, moveEventTime);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogicHandler.java 53 public void onUpdateBatchInput(final InputPointers batchPointers,
173 public void onUpdateBatchInput(final InputPointers batchPointers,
InputLogic.java 545 /* The sequence number member is only used in onUpdateBatchInput. It is increased each time
550 * onUpdateBatchInput method twice without having recomputed suggestions yet, or having
560 public void onUpdateBatchInput(final SettingsValues settingsValues,
584 mInputLogicHandler.onUpdateBatchInput(batchPointers, mAutoCommitSequenceNumber);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 64 milliseconds