Home
last modified time | relevance | path

Searched refs:popupKey (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1054 Key popupKey = mKeys[mCurrentKey]; in openPopupIfRequired() local
1055 boolean result = onLongPress(popupKey); in openPopupIfRequired()
1070 protected boolean onLongPress(Key popupKey) { in onLongPress() argument
1071 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 …]