Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1146 Key popupKey = mKeys[mCurrentKey]; in openPopupIfRequired() local
1147 boolean result = onLongPress(popupKey); in openPopupIfRequired()
1162 protected boolean onLongPress(Key popupKey) { in onLongPress() argument
1163 int popupKeyboardId = popupKey.popupResId; in onLongPress()
1167 if (popupKey.popupCharacters != null) { in onLongPress()
1169 popupKey.popupCharacters, -1, getPaddingLeft() + getPaddingRight()); in onLongPress()