Searched refs:mMiniKeyboard (Results 1 – 2 of 2) sorted by relevance
162 private KeyboardView mMiniKeyboard; field in KeyboardView1103 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()1108 mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() { in onLongPress()1138 mMiniKeyboard.setKeyboard(keyboard); in onLongPress()1139 mMiniKeyboard.setPopupParent(this); in onLongPress()1146 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()1156 mMiniKeyboard.setPopupOffset(x < 0 ? 0 : x, y); in onLongPress()1157 mMiniKeyboard.setShifted(isShifted()); in onLongPress()
22715 Landroid/inputmethodservice/KeyboardView;->mMiniKeyboard:Landroid/inputmethodservice/KeyboardView;