Searched defs:onCancelBatchInput (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardActionListener.java86 public void onCancelBatchInput(); method in interface:KeyboardActionListener
122 public void onCancelBatchInput() {} method in class:KeyboardActionListener.Adapter
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogicHandler.java56 public void onCancelBatchInput() {}
186 public void onCancelBatchInput() { method in class:InputLogicHandler
H A DInputLogic.java593 public void onCancelBatchInput(final LatinIME.UIHandler handler) { method in class:InputLogic
594 mInputLogicHandler.onCancelBatchInput();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1415 public void onCancelBatchInput() { method in class:LatinIME
1416 mInputLogic.onCancelBatchInput(mHandler);

Completed in 232 milliseconds