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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardActionListener.java75 public void onUpdateBatchInput(InputPointers batchPointers); method in interface:KeyboardActionListener
116 public void onUpdateBatchInput(InputPointers batchPointers) {} method in class:KeyboardActionListener.Adapter
H A DPointerTracker.java776 Log.d(TAG, String.format("[%d] onUpdateBatchInput: batchPoints=%d", mPointerId,
780 mListener.onUpdateBatchInput(sAggregratedPointers);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1657 public void onUpdateBatchInput(final InputPointers batchPointers) { method in class:LatinIME.BatchInputUpdater
1712 public void onUpdateBatchInput(final InputPointers batchPointers) { method in class:LatinIME
1713 BatchInputUpdater.getInstance().onUpdateBatchInput(batchPointers);

Completed in 205 milliseconds