HomeSort by relevance Sort by last modified time
    Searched refs:onCancelBatchInput (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 86 public void onCancelBatchInput();
122 public void onCancelBatchInput() {}
PointerTracker.java 572 Log.d(TAG, String.format("[%d] onCancelBatchInput", mPointerId));
574 sListener.onCancelBatchInput();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogicHandler.java 55 public void onCancelBatchInput() {}
193 public void onCancelBatchInput() {
InputLogic.java 570 public void onCancelBatchInput(final LatinIME.UIHandler handler) {
571 mInputLogicHandler.onCancelBatchInput();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 89 milliseconds