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

  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 40 private Preference mSubtypeEnablerPreference;
64 mSubtypeEnablerPreference = new Preference(context);
65 mSubtypeEnablerPreference
83 prefScreen.addPreference(mSubtypeEnablerPreference);
181 if (mSubtypeEnablerPreference != null) {
183 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitleRes);
185 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitle);
189 mSubtypeEnablerPreference.setSummary(summary);
192 mSubtypeEnablerPreference.setIcon(mSubtypeEnablerIconRes);
194 mSubtypeEnablerPreference.setIcon(mSubtypeEnablerIcon)
    [all...]
  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 34 private Preference mSubtypeEnablerPreference;
58 mSubtypeEnablerPreference = new Preference(context);
59 mSubtypeEnablerPreference
77 prefScreen.addPreference(mSubtypeEnablerPreference);
175 if (mSubtypeEnablerPreference != null) {
177 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitleRes);
179 mSubtypeEnablerPreference.setTitle(mSubtypeEnablerTitle);
183 mSubtypeEnablerPreference.setSummary(summary);
186 mSubtypeEnablerPreference.setIcon(mSubtypeEnablerIconRes);
188 mSubtypeEnablerPreference.setIcon(mSubtypeEnablerIcon)
    [all...]

Completed in 28 milliseconds