Searched refs:mMiniKeyboard (Results 1 – 2 of 2) sorted by relevance
162 private KeyboardView mMiniKeyboard; field in KeyboardView1101 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()1106 mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() { in onLongPress()1136 mMiniKeyboard.setKeyboard(keyboard); in onLongPress()1137 mMiniKeyboard.setPopupParent(this); in onLongPress()1144 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()1154 mMiniKeyboard.setPopupOffset(x < 0 ? 0 : x, y); in onLongPress()1155 mMiniKeyboard.setShifted(isShifted()); in onLongPress()
25593 Landroid/inputmethodservice/KeyboardView;->mMiniKeyboard:Landroid/inputmethodservice/KeyboardView;