Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java79 private static final int[] LONG_PRESSABLE_STATE_SET = { android.R.attr.state_long_pressable }; field in KeyboardView
954 key.mMoreKeys != null ? LONG_PRESSABLE_STATE_SET : EMPTY_STATE_SET); in showKeyPreview()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java131 private static final int[] LONG_PRESSABLE_STATE_SET = { field in KeyboardView
979 key.popupResId != 0 ? LONG_PRESSABLE_STATE_SET : EMPTY_STATE_SET); in showKey()