Searched refs:popupKey (Results 1 – 1 of 1) sorted by relevance
1054 Key popupKey = mKeys[mCurrentKey]; in openPopupIfRequired() local1055 boolean result = onLongPress(popupKey); in openPopupIfRequired()1070 protected boolean onLongPress(Key popupKey) { in onLongPress() argument1071 int popupKeyboardId = popupKey.popupResId; in onLongPress()1074 mMiniKeyboardContainer = mMiniKeyboardCache.get(popupKey); in onLongPress()1108 if (popupKey.popupCharacters != null) { in onLongPress()1110 popupKey.popupCharacters, -1, getPaddingLeft() + getPaddingRight()); in onLongPress()1120 mMiniKeyboardCache.put(popupKey, mMiniKeyboardContainer); in onLongPress()1126 mPopupX = popupKey.x + mPaddingLeft; in onLongPress()1127 mPopupY = popupKey.y + mPaddingTop; in onLongPress()[all …]