Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java1909 Typeface targetTypeface = mTypeface == null ? Typeface.DEFAULT : mTypeface; in setFontVariationSettings() local
1913 if (targetTypeface.isSupportedAxes(axis.getOpenTypeTagValue())) { in setFontVariationSettings()
1921 setTypeface(Typeface.createFromTypefaceWithVariation(targetTypeface, filteredAxes)); in setFontVariationSettings()