Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatTextView.java853 final Typeface finalTypeface; in setTypeface() local
855 finalTypeface = TypefaceCompat.create(getContext(), tf, style); in setTypeface()
857 finalTypeface = tf; in setTypeface()
862 super.setTypeface(finalTypeface, style); in setTypeface()