Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DFontVariationUtils.kt24 roundness: Int = -1 in updateFontVariation()
40 if (roundness >= 0 && mRoundness != roundness) { in updateFontVariation()
42 mRoundness = roundness in updateFontVariation()
DTextAnimator.kt293 roundness: Int = -1, in setTextStyle()
307 roundness = roundness,) in setTextStyle()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DFontVariationUtilsTest.kt26 roundness = 100 in testUpdateFontVariation_getCorrectFvarStr()
34 roundness = 100 in testUpdateFontVariation_getCorrectFvarStr()
49 roundness = 100 in testStyleValueUnchange_getBlankStr()
56 roundness = 100 in testStyleValueUnchange_getBlankStr()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java402 ScreenRound roundness = hardwareConfig.getScreenRoundness(); in getConfiguration() local
403 if (roundness != null) { in getConfiguration()
404 switch (roundness) { in getConfiguration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java409 float roundness = MathUtils.saturate(1f - mAppearFraction); in updateHeadsUpAndPulsingRoundness() local
410 row.requestRoundness(roundness, roundness, HEADS_UP); in updateHeadsUpAndPulsingRoundness()