Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DInputModeSwitcher.java495 int sym = (MASK_SKB_LAYOUT & mInputMode); in switchModeForUserKey() local
496 if (MASK_SKB_LAYOUT_SYMBOL1 == sym) { in switchModeForUserKey()
497 sym = MASK_SKB_LAYOUT_SYMBOL2; in switchModeForUserKey()
499 sym = MASK_SKB_LAYOUT_SYMBOL1; in switchModeForUserKey()
501 newInputMode = ((mInputMode & (~MASK_SKB_LAYOUT)) | sym); in switchModeForUserKey()