Searched refs:bProgress (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | Element.kt | 362 add = { a, b, bProgress -> a + b * bProgress }, in Placeable() method 608 add: (a: T, b: T, bProgress: Float) -> T, // a + (b * bProgress) in computeInterruptedValue() 857 add = { a, b, bProgress -> a + b * bProgress }, in interruptedAlpha() method 907 add = { a, b, bProgress -> in measure() method 909 (a.width + b.width * bProgress).roundToInt(), in measure() 910 (a.height + b.height * bProgress).roundToInt(), in measure() 979 add = { a, b, bProgress -> in size() method 981 scaleX = a.scaleX + b.scaleX * bProgress, in size() 982 scaleY = a.scaleY + b.scaleY * bProgress, in size() 987 a.pivot.specifiedOrCenter() + b.pivot.specifiedOrCenter() * bProgress in size()
|