HomeSort by relevance Sort by last modified time
    Searched full:mlayoutswitchbacksymbols (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 102 private static String mLayoutSwitchBackSymbols;
207 mLayoutSwitchBackSymbols = mResources.getString(R.string.layout_switch_back_symbols);
686 if (TextUtils.isEmpty(mLayoutSwitchBackSymbols)) return false;
687 if (mLayoutSwitchBackSymbols.indexOf(c) >= 0) return true;
    [all...]

Completed in 782 milliseconds