HomeSort by relevance Sort by last modified time
    Searched refs:mSubtypeEnablerTitle (Results 1 - 2 of 2) sorted by null

  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 44 private CharSequence mSubtypeEnablerTitle;
149 mSubtypeEnablerTitle = title;
176 return mSubtypeEnablerTitle;
184 } else if (!TextUtils.isEmpty(mSubtypeEnablerTitle)) {
185 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitle);
  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 38 private CharSequence mSubtypeEnablerTitle;
129 mSubtypeEnablerTitle = title;
162 title = mSubtypeEnablerTitle;

Completed in 186 milliseconds