Searched refs:mTypeface (Results 1 – 7 of 7) sorted by relevance
28 public Typeface mTypeface = Typeface.DEFAULT; field in KeyDrawParams57 mTypeface = copyFrom.mTypeface; in KeyDrawParams()89 if (attr.mTypeface != null) { in updateParams()90 mTypeface = attr.mTypeface; in updateParams()
31 public final Typeface mTypeface; field in KeyVisualAttributes103 mTypeface = Typeface.defaultFromStyle( in KeyVisualAttributes()106 mTypeface = null; in KeyVisualAttributes()
84 private ListPreference mTypeface; field in CaptionPropertiesFragment293 mTypeface = (ListPreference) mCustom.findPreference(PREF_TYPEFACE); in initializeAllPreferences()307 mTypeface.setOnPreferenceChangeListener(this); in installUpdateListeners()337 mTypeface.setValue(rawTypeface == null ? "" : rawTypeface); in updateAllPreferences()431 if (mTypeface == preference) { in onPreferenceChange()
87 private ListPreference mTypeface; field in CaptionPropertiesFragment320 mTypeface = (ListPreference) mCustom.findPreference(PREF_TYPEFACE); in initializeAllPreferences()334 mTypeface.setOnPreferenceChangeListener(this); in installUpdateListeners()364 mTypeface.setValue(rawTypeface == null ? "" : rawTypeface); in updateAllPreferences()458 if (mTypeface == preference) { in onPreferenceChange()
520 paint.setTypeface(params.mTypeface); in drawKeyPopupHint()542 paint.setTypeface(mKeyDrawParams.mTypeface); in newLabelPaint()
645 return params.mTypeface; in selectTypeface()
371 alphabetKey.setTypeface(params.mTypeface); in setupAlphabetKey()