Searched refs:mKeyboardActionListener (Results 1 – 2 of 2) sorted by relevance
171 private OnKeyboardActionListener mKeyboardActionListener; field in KeyboardView463 mKeyboardActionListener = listener; in setOnKeyboardActionListener()471 return mKeyboardActionListener; in getOnKeyboardActionListener()832 mKeyboardActionListener.onText(key.text); in detectAndSendKey()833 mKeyboardActionListener.onRelease(NOT_A_KEY); in detectAndSendKey()843 mKeyboardActionListener.onKey(Keyboard.KEYCODE_DELETE, KEY_DELETE); in detectAndSendKey()849 mKeyboardActionListener.onKey(code, codes); in detectAndSendKey()850 mKeyboardActionListener.onRelease(code); in detectAndSendKey()1110 mKeyboardActionListener.onKey(primaryCode, keyCodes); in onLongPress()1115 mKeyboardActionListener.onText(text); in onLongPress()[all …]
22700 Landroid/inputmethodservice/KeyboardView;->mKeyboardActionListener:Landroid/inputmethodservice/Keyb…