Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DFontVariationUtils.kt5 private const val TAG_OPSZ = "opsz" constant
52 resultString += (if (resultString.isBlank()) "" else ", ") + "'$TAG_OPSZ' $mOpticalSize" in updateFontVariation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DFontVariationUtilsTest.kt12 private const val TAG_OPSZ = "opsz" constant
37 "'$TAG_WGHT' 200, '$TAG_WDTH' 100, '$TAG_OPSZ' 0, '$TAG_ROND' 100", in testUpdateFontVariation_getCorrectFvarStr()