Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DDefaultSoftKeyboardJAJP.java458 mChangeModeKey.popupResId = mPopupResId; in changeKeyboard()
467 mPopupResId = mChangeModeKey.popupResId; in changeKeyboard()
468 mChangeModeKey.popupResId = 0; in changeKeyboard()
720 mPopupResId = mChangeModeKey.popupResId; in setPreferences()
721 mChangeModeKey.popupResId = 0; in setPreferences()
730 mChangeModeKey.popupResId = mPopupResId; in setPreferences()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java272 public int popupResId; field in Keyboard.Key
362 popupResId = a.getResourceId( in Key()
DKeyboardView.java979 key.popupResId != 0 ? LONG_PRESSABLE_STATE_SET : EMPTY_STATE_SET); in showKey()
1065 int popupKeyboardId = popupKey.popupResId; in onLongPress()