Home
last modified time | relevance | path

Searched defs:addWeighted (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateSharedAsState.kt104 override fun addWeighted(a: Int, b: Int, bWeight: Float): Int = (a + b * bWeight).roundToInt() in lerp() method
144 override fun addWeighted(a: Float, b: Float, bWeight: Float): Float = a + b * bWeight in lerp() method
185 override fun addWeighted(a: Dp, b: Dp, bWeight: Float): Dp = a + b * bWeight in diff() method
235 override fun addWeighted(a: Color, b: ColorDelta, bWeight: Float): Color { in addWeighted() method
DSceneTransitionLayout.kt333 fun addWeighted(a: T, b: Delta, bWeight: Float): T in lerp() method