Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DFontVariationUtils.kt24 roundness: Int = -1
40 if (roundness >= 0 && mRoundness != roundness) {
42 mRoundness = roundness
H A DTextAnimator.kt349 roundness: Int = -1,
363 roundness = roundness,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DFontVariationUtilsTest.kt26 roundness = 100
34 roundness = 100
49 roundness = 100
56 roundness = 100
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceController.java413 float roundness = MathUtils.saturate(1f - mAppearFraction); in updateHeadsUpAndPulsingRoundness() local
414 row.requestRoundness(roundness, roundness, HEADS_UP); in updateHeadsUpAndPulsingRoundness()