Searched defs:typeface (Results 1 – 7 of 7) sorted by relevance
74 Typeface typeface; in onFinishInflate() local
190 private void setTypeface(Typeface typeface) { in setTypeface()
277 Typeface typeface = details.isRead ? Typeface.SANS_SERIF : Typeface.DEFAULT_BOLD; in setPhoneCallDetails() local
200 final String typeface = Settings.Secure.getString(getContext().getContentResolver(), in getCaptionsFontFamily() local
362 TextView carrierInfo, @AttrRes int colorId, Typeface typeface) { in setCarrierInfoTextStyle()
377 final Typeface typeface; in bind() local
371 Typeface typeface = Typeface.create(mFontFamily, mTextStyle); in KeyboardView() local