Searched refs:setTypeface (Results 1 – 6 of 6) sorted by relevance
815 public void setTypeface(@Nullable Typeface tf) { in setTypeface() method in AppCompatTextView834 super.setTypeface(tf); in setTypefaceInternal()845 public void setTypeface(@Nullable Typeface tf, int style) { in setTypeface() method in AppCompatTextView862 super.setTypeface(finalTypeface, style); in setTypeface()
357 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);
434 mTextPaint.setTypeface(typeface); in setSwitchTypeface()
554 autoSizeView.setTypeface(differentTypeface);567 autoSizeView.setTypeface(autoSizeView.getTypeface());
1450 paint.setTypeface(typeface); in measureText()
303 HSPLandroidx/appcompat/widget/AppCompatTextView;->setTypeface(Landroid/graphics/Typeface;I)V