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