Home
last modified time | relevance | path

Searched refs:mTypeface (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyDrawParams.java28 public Typeface mTypeface = Typeface.DEFAULT; field in KeyDrawParams
57 mTypeface = copyFrom.mTypeface; in KeyDrawParams()
89 if (attr.mTypeface != null) { in updateParams()
90 mTypeface = attr.mTypeface; in updateParams()
DKeyVisualAttributes.java31 public final Typeface mTypeface; field in KeyVisualAttributes
103 mTypeface = Typeface.defaultFromStyle( in KeyVisualAttributes()
106 mTypeface = null; in KeyVisualAttributes()
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java78 private ListPreference mTypeface; field in CaptionAppearanceFragment
258 mTypeface = (ListPreference) mCustom.findPreference(PREF_TYPEFACE); in initializeAllPreferences()
272 mTypeface.setOnPreferenceChangeListener(this); in installUpdateListeners()
302 mTypeface.setValue(rawTypeface == null ? "" : rawTypeface); in updateAllPreferences()
394 if (mTypeface == preference) { in onPreferenceChange()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java87 private ListPreference mTypeface; field in CaptionPropertiesFragment
320 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()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java520 paint.setTypeface(params.mTypeface); in drawKeyPopupHint()
542 paint.setTypeface(mKeyDrawParams.mTypeface); in newLabelPaint()
DKey.java645 return params.mTypeface; in selectTypeface()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java371 alphabetKey.setTypeface(params.mTypeface); in setupAlphabetKey()