Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java44 private CharSequence mSubtypeEnablerTitle; field in InputMethodSettingsImpl
149 mSubtypeEnablerTitle = title; in setSubtypeEnablerTitle()
176 return mSubtypeEnablerTitle; in getSubtypeEnablerTitle()
184 } else if (!TextUtils.isEmpty(mSubtypeEnablerTitle)) { in updateSubtypeEnabler()
185 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitle); in updateSubtypeEnabler()