Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalContainer.kt318 val centerFraction by in animatedRadialGradientBackground() constant
345 y = totalHeight * centerFraction - offsetPx, in animatedRadialGradientBackground()
350 y = totalHeight * (1f - centerFraction) - offsetPx, in animatedRadialGradientBackground()