Searched defs:addWeighted (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | AnimateSharedAsState.kt | 104 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
|
D | SceneTransitionLayout.kt | 333 fun addWeighted(a: T, b: Delta, bWeight: Float): T in lerp() method
|