Home
last modified time | relevance | path

Searched refs:mTypeface (Results 1 – 5 of 5) 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/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()