Searched refs:sym (Results 1 – 1 of 1) sorted by relevance
495 int sym = (MASK_SKB_LAYOUT & mInputMode); in switchModeForUserKey() local496 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()