Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DInputModeSwitcher.java214 private int mInputMode = MODE_UNSET; field in InputModeSwitcher
413 return mInputMode; in getInputMode()
421 int layout = (mInputMode & MASK_SKB_LAYOUT); in getSkbLayout()
443 if (MODE_HKB_CHINESE == mInputMode) { in switchLanguageWithHkb()
457 if (MODE_SKB_CHINESE == mInputMode) { in switchModeForUserKey()
459 } else if (MODE_SKB_ENGLISH_LOWER == mInputMode in switchModeForUserKey()
460 || MODE_SKB_ENGLISH_UPPER == mInputMode) { in switchModeForUserKey()
462 } else if (MODE_SKB_SYMBOL1_CN == mInputMode) { in switchModeForUserKey()
464 } else if (MODE_SKB_SYMBOL1_EN == mInputMode) { in switchModeForUserKey()
466 } else if (MODE_SKB_SYMBOL2_CN == mInputMode) { in switchModeForUserKey()
[all …]