Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatTextView.java815 public void setTypeface(@Nullable Typeface tf) { in setTypeface() method in AppCompatTextView
834 super.setTypeface(tf); in setTypefaceInternal()
845 public void setTypeface(@Nullable Typeface tf, int style) { in setTypeface() method in AppCompatTextView
862 super.setTypeface(finalTypeface, style); in setTypeface()
DAppCompatTextHelper.java357 mView.setTypeface(mFontTypeface, mStyle); in applyFontAndVariationSettings()
359 mView.setTypeface(mFontTypeface); in applyFontAndVariationSettings()
362 mView.setTypeface(null); in applyFontAndVariationSettings()
527 textView.setTypeface(typeface, style);
845 paint.setTypeface(baseTypeface);
DSwitchCompat.java434 mTextPaint.setTypeface(typeface); in setSwitchTypeface()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatBaseAutoSizeTest.java554 autoSizeView.setTypeface(differentTypeface);
567 autoSizeView.setTypeface(autoSizeView.getTypeface());
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DAlertDialogTest.java1450 paint.setTypeface(typeface); in measureText()
/appcompat/appcompat/src/main/
Dbaseline-prof.txt303 HSPLandroidx/appcompat/widget/AppCompatTextView;->setTypeface(Landroid/graphics/Typeface;I)V