Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatTextView.java266 setTypefaceInternal(variationTypefaceInstance); in setFontVariationSettings()
817 setTypefaceInternal(tf); in setTypeface()
832 private void setTypefaceInternal(@Nullable Typeface tf) { in setTypefaceInternal() method in AppCompatTextView