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

  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 53 private List<InputMethodInfo> mInputMethodProperties;
104 this, getContentResolver(), mInputMethodProperties, mInputMethodAndSubtypePrefsMap);
114 mInputMethodProperties, mHaveHardKeyboard);
137 final int N = mInputMethodProperties.size();
139 InputMethodInfo imi = mInputMethodProperties.get(i);
144 this, mInputMethodProperties, id, true);
167 mInputMethodProperties, id, true);
190 this, mInputMethodProperties, id, false);
210 // TODO: Change mInputMethodProperties to Map
211 mInputMethodProperties = imm.getInputMethodList()
    [all...]

Completed in 2438 milliseconds