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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardActionListener.java84 public void onCancelBatchInput(); method in interface:KeyboardActionListener
120 public void onCancelBatchInput() {} method in class:KeyboardActionListener.Adapter
H A DPointerTracker.java815 Log.d(TAG, String.format("[%d] onCancelBatchInput", mPointerId));
817 mListener.onCancelBatchInput();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1666 public void onCancelBatchInput() { method in class:LatinIME.BatchInputUpdater
1775 public void onCancelBatchInput() { method in class:LatinIME
1776 BatchInputUpdater.getInstance().onCancelBatchInput();

Completed in 41 milliseconds