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

/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
H A DInputMethodSettingsImpl.java39 private int mSubtypeEnablerIconRes; field in class:InputMethodSettingsImpl
152 mSubtypeEnablerIconRes = resId;
161 mSubtypeEnablerIconRes = 0;
185 if (mSubtypeEnablerIconRes != 0) {
186 mSubtypeEnablerPreference.setIcon(mSubtypeEnablerIconRes);

Completed in 2369 milliseconds