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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesView.java 90 private KeyboardActionListener mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER;
306 mKeyboardActionListener.onPressKey(
325 mKeyboardActionListener.onCodeInput(code, NOT_A_COORDINATE, NOT_A_COORDINATE,
327 mKeyboardActionListener.onReleaseKey(code, false /* withSliding */);
338 mKeyboardActionListener.onPressKey(code, 0 /* repeatCount */, true /* isSinglePointer */);
352 mKeyboardActionListener.onTextInput(key.getOutputText());
354 mKeyboardActionListener.onCodeInput(code, NOT_A_COORDINATE, NOT_A_COORDINATE,
357 mKeyboardActionListener.onReleaseKey(code, false /* withSliding */);
401 mKeyboardActionListener = listener;
440 private KeyboardActionListener mKeyboardActionListener
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 164 private OnKeyboardActionListener mKeyboardActionListener;
441 mKeyboardActionListener = listener;
449 return mKeyboardActionListener;
852 mKeyboardActionListener.onText(key.text);
853 mKeyboardActionListener.onRelease(NOT_A_KEY);
861 mKeyboardActionListener.onKey(Keyboard.KEYCODE_DELETE, KEY_DELETE);
867 mKeyboardActionListener.onKey(code, codes);
868 mKeyboardActionListener.onRelease(code);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 162 private OnKeyboardActionListener mKeyboardActionListener;
451 mKeyboardActionListener = listener;
459 return mKeyboardActionListener;
820 mKeyboardActionListener.onText(key.text);
821 mKeyboardActionListener.onRelease(NOT_A_KEY);
831 mKeyboardActionListener.onKey(Keyboard.KEYCODE_DELETE, KEY_DELETE);
837 mKeyboardActionListener.onKey(code, codes);
838 mKeyboardActionListener.onRelease(code);
    [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java 181 private OnKeyboardActionListener mKeyboardActionListener;
512 mKeyboardActionListener = listener;
520 return mKeyboardActionListener;
    [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
CarLatinIME.java 197 mKeyboardView.setOnKeyboardActionListener(mKeyboardActionListener);
252 private final KeyboardView.OnKeyboardActionListener mKeyboardActionListener =
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 117 private KeyboardActionListener mKeyboardActionListener;
272 mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER;
366 mKeyboardActionListener = listener;
643 moreKeysKeyboardView.showMoreKeysPanel(this, this, pointX, pointY, mKeyboardActionListener);
    [all...]

Completed in 160 milliseconds