Searched refs:mMiniKeyboardContainer (Results 1 – 2 of 2) sorted by relevance
161 private View mMiniKeyboardContainer; field in KeyboardView1098 mMiniKeyboardContainer = mMiniKeyboardCache.get(popupKey); in onLongPress()1099 if (mMiniKeyboardContainer == null) { in onLongPress()1102 mMiniKeyboardContainer = inflater.inflate(mPopupLayout, null); in onLongPress()1103 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()1105 View closeButton = mMiniKeyboardContainer.findViewById( in onLongPress()1140 mMiniKeyboardContainer.measure( in onLongPress()1144 mMiniKeyboardCache.put(popupKey, mMiniKeyboardContainer); in onLongPress()1146 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()1152 mPopupX = mPopupX + popupKey.width - mMiniKeyboardContainer.getMeasuredWidth(); in onLongPress()[all …]
22717 Landroid/inputmethodservice/KeyboardView;->mMiniKeyboardContainer:Landroid/view/View;