Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1163 int popupKeyboardId = popupKey.popupResId; in onLongPress() local
1165 if (popupKeyboardId != 0) { in onLongPress()
1168 keyboard = new Keyboard(getContext(), popupKeyboardId, in onLongPress()
1171 keyboard = new Keyboard(getContext(), popupKeyboardId); in onLongPress()