Searched refs:mMiniKeyboardContainer (Results 1 – 1 of 1) sorted by relevance
154 private View mMiniKeyboardContainer; field in KeyboardView1093 mMiniKeyboardContainer = mMiniKeyboardCache.get(popupKey); in onLongPress()1094 if (mMiniKeyboardContainer == null) { in onLongPress()1097 mMiniKeyboardContainer = inflater.inflate(mPopupLayout, null); in onLongPress()1098 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()1100 View closeButton = mMiniKeyboardContainer.findViewById( in onLongPress()1135 mMiniKeyboardContainer.measure( in onLongPress()1139 mMiniKeyboardCache.put(popupKey, mMiniKeyboardContainer); in onLongPress()1141 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById( in onLongPress()1147 mPopupX = mPopupX + popupKey.width - mMiniKeyboardContainer.getMeasuredWidth(); in onLongPress()[all …]