Searched refs:mMiniKeyboard (Results 1 – 1 of 1) sorted by relevance
154 private KeyboardView mMiniKeyboard; field in KeyboardView1072 … mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(R.id.keyboardView); in onLongPress()1075 mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() { in onLongPress()1107 mMiniKeyboard.setKeyboard(keyboard); in onLongPress()1108 mMiniKeyboard.setPopupParent(this); in onLongPress()1115 … mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(R.id.keyboardView); in onLongPress()1127 mMiniKeyboard.setPopupOffset(x < 0 ? 0 : x, y); in onLongPress()1128 mMiniKeyboard.setShifted(isShifted()); in onLongPress()