Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DFontVariationUtils.kt12 private var mRoundness = -1 regex
40 if (roundness >= 0 && mRoundness != roundness) {
42 mRoundness = roundness
54 if (mRoundness >= 0) {
55 resultString += (if (resultString.isBlank()) "" else ", ") + "'$TAG_ROND' $mRoundness"