Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardView.java490 int popupResId = mKeys[mFocusIndex].key.popupResId; in onKeyLongPress() local
491 if (popupResId != 0) { in onKeyLongPress()
494 Keyboard miniKeyboard = new Keyboard(getContext(), popupResId); in onKeyLongPress()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1163 int popupKeyboardId = popupKey.popupResId; in onLongPress()