Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DPatternBouncer.kt315 val startLerp = 1 - lineFadeOutAnimationProgress in <lambda>() constant
321 x = from.x + (to.x - from.x) * startLerp, in <lambda>()
322 y = from.y + (to.y - from.y) * startLerp, in <lambda>()