Searched refs:popupKey (Results 1 – 1 of 1) sorted by relevance
1045 Key popupKey = mKeys[mCurrentKey]; in openPopupIfRequired() local1046 boolean result = onLongPress(popupKey); in openPopupIfRequired()1061 protected boolean onLongPress(Key popupKey) { in onLongPress() argument1062 if (mKeyboardActionListener.onLongPress(popupKey)) { in onLongPress()1065 int popupKeyboardId = popupKey.popupResId; in onLongPress()1067 mMiniKeyboardContainer = mMiniKeyboardCache.get(popupKey); in onLongPress()1101 if (popupKey.popupCharacters != null) { in onLongPress()1103 popupKey.popupCharacters, -1, getPaddingLeft() + getPaddingRight()); in onLongPress()1113 mMiniKeyboardCache.put(popupKey, mMiniKeyboardContainer); in onLongPress()1121 mPopupX = popupKey.x + mPaddingLeft; in onLongPress()[all …]