Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DInputModeSwitcher.java142 public static final int MODE_SKB_CHINESE = (MASK_SKB_LAYOUT_QWERTY | MASK_LANGUAGE_CN); field in InputModeSwitcher
223 private int mPreviousInputMode = MODE_SKB_CHINESE;
228 private int mRecentLauageInputMode = MODE_SKB_CHINESE;
457 if (MODE_SKB_CHINESE == mInputMode) { in switchModeForUserKey()
461 newInputMode = MODE_SKB_CHINESE; in switchModeForUserKey()
471 newInputMode = MODE_SKB_CHINESE; in switchModeForUserKey()
474 if (MODE_SKB_CHINESE == mInputMode) { in switchModeForUserKey()
484 newInputMode = MODE_SKB_CHINESE; in switchModeForUserKey()
503 if (MODE_SKB_CHINESE == mInputMode) { in switchModeForUserKey()
506 newInputMode = MODE_SKB_CHINESE; in switchModeForUserKey()
[all …]