Searched defs:mInputMethodProperties (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndSubtypeEnabler.java56 private List<InputMethodInfo> mInputMethodProperties; field in class:InputMethodAndSubtypeEnabler
110 this, getContentResolver(), mInputMethodProperties, mInputMethodAndSubtypePrefsMap);
120 mInputMethodProperties, mHaveHardKeyboard);
143 final int N = mInputMethodProperties.size();
145 InputMethodInfo imi = mInputMethodProperties.get(i);
150 this, mInputMethodProperties, id, true);
173 mInputMethodProperties, id, true);
196 this, mInputMethodProperties, id, false);
216 // TODO: Change mInputMethodProperties to Map
217 mInputMethodProperties
[all...]

Completed in 90 milliseconds