HomeSort by relevance Sort by last modified time
    Searched refs:skbLayout (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
InputModeSwitcher.java 600 int skbLayout = (mInputMode & MASK_SKB_LAYOUT);
602 if (0 == skbLayout) {
613 int skbLayout = (mInputMode & MASK_SKB_LAYOUT);
615 if (0 == skbLayout) {
662 int skbLayout = (mInputMode & MASK_SKB_LAYOUT);
663 if (MASK_SKB_LAYOUT_QWERTY == skbLayout || 0 == skbLayout) {
671 int skbLayout = (mInputMode & MASK_SKB_LAYOUT);
672 if (0 == skbLayout) {
680 int skbLayout = (mInputMode & MASK_SKB_LAYOUT)
    [all...]
SkbContainer.java 245 int skbLayout = mInputModeSwitcher.getSkbLayout();
246 if (mSkbLayout != skbLayout) {
247 mSkbLayout = skbLayout;

Completed in 39 milliseconds