Searched refs:popupKey (Results 1 – 1 of 1) sorted by relevance
1146 Key popupKey = mKeys[mCurrentKey]; in openPopupIfRequired() local1147 boolean result = onLongPress(popupKey); in openPopupIfRequired()1162 protected boolean onLongPress(Key popupKey) { in onLongPress() argument1163 int popupKeyboardId = popupKey.popupResId; in onLongPress()1167 if (popupKey.popupCharacters != null) { in onLongPress()1169 popupKey.popupCharacters, -1, getPaddingLeft() + getPaddingRight()); in onLongPress()