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

  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 43 private int mSubtypeEnablerTitleRes;
139 mSubtypeEnablerTitleRes = resId;
148 mSubtypeEnablerTitleRes = 0;
173 if (mSubtypeEnablerTitleRes != 0) {
174 return context.getString(mSubtypeEnablerTitleRes);
182 if (mSubtypeEnablerTitleRes != 0) {
183 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitleRes);
  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 37 private int mSubtypeEnablerTitleRes;
119 mSubtypeEnablerTitleRes = resId;
128 mSubtypeEnablerTitleRes = 0;
159 if (mSubtypeEnablerTitleRes != 0) {
160 title = context.getString(mSubtypeEnablerTitleRes);

Completed in 794 milliseconds