Searched defs:mTypeface (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyVisualAttributes.java31 public final Typeface mTypeface; field in class:KeyVisualAttributes
103 mTypeface = Typeface.defaultFromStyle(
106 mTypeface = null;
H A DKeyDrawParams.java28 public Typeface mTypeface = Typeface.DEFAULT; field in class:KeyDrawParams
57 mTypeface = copyFrom.mTypeface;
89 if (attr.mTypeface != null) {
90 mTypeface = attr.mTypeface;
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java85 private ListPreference mTypeface; field in class:CaptionPropertiesFragment
316 mTypeface = (ListPreference) mCustom.findPreference(PREF_TYPEFACE);
330 mTypeface.setOnPreferenceChangeListener(this);
360 mTypeface.setValue(rawTypeface == null ? "" : rawTypeface);
454 if (mTypeface == preference) {

Completed in 102 milliseconds