Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeHeader.kt369 val animatedScale by animateElementFloatAsState(scale, ClockScale, canOverflow = false) in SceneScope() constant
382 scaleX = animatedScale in SceneScope()
383 scaleY = animatedScale in SceneScope()