Searched refs:mSubtypeEnablerIcon (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
H A DInputMethodSettingsImpl.java40 private Drawable mSubtypeEnablerIcon; field in class:InputMethodSettingsImpl
162 mSubtypeEnablerIcon = drawable;
187 } else if (mSubtypeEnablerIcon != null) {
188 mSubtypeEnablerPreference.setIcon(mSubtypeEnablerIcon);

Completed in 58 milliseconds