Home
last modified time | relevance | path

Searched refs:mSubtypeEnablerIconRes (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java39 private int mSubtypeEnablerIconRes; field in InputMethodSettingsImpl
138 mSubtypeEnablerIconRes = resId; in setSubtypeEnablerIcon()
147 mSubtypeEnablerIconRes = 0; in setSubtypeEnablerIcon()
173 if (mSubtypeEnablerIconRes != 0) { in updateSubtypeEnabler()
174 pref.setIcon(mSubtypeEnablerIconRes); in updateSubtypeEnabler()