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.java872 Log.d(TAG, String.format("[%d] onCancelBatchInput", mPointerId));
874 mListener.onCancelBatchInput();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1887 public void onCancelBatchInput() { method in class:LatinIME.InputUpdater
2047 public void onCancelBatchInput() { method in class:LatinIME
2048 mInputUpdater.onCancelBatchInput();

Completed in 100 milliseconds