Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/text/style/
H A DStyleSpan.java166 int newWeight = Math.min( in apply() local
170 tf = Typeface.create(tf, newWeight, italic); in apply()
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java4470 int newWeight = Math.min( in setTypeface() local
4475 tf = Typeface.create(tf, newWeight, italic); in setTypeface()