Searched refs:onCancelBatchInput (Results 1 - 5 of 5) 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
H A DPointerTracker.java572 Log.d(TAG, String.format("[%d] onCancelBatchInput", mPointerId));
574 sListener.onCancelBatchInput();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogicHandler.java55 public void onCancelBatchInput() {}
193 public void onCancelBatchInput() { method in class:InputLogicHandler
H A DInputLogic.java570 public void onCancelBatchInput(final LatinIME.UIHandler handler) { method in class:InputLogic
571 mInputLogicHandler.onCancelBatchInput();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1439 public void onCancelBatchInput() { method in class:LatinIME
1440 mInputLogic.onCancelBatchInput(mHandler);

Completed in 103 milliseconds