Home
last modified time | relevance | path

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

/compose/animation/animation-graphics/src/commonMain/kotlin/androidx/compose/animation/graphics/vector/
DAnimator.kt244 private fun interpolate(timeMillis: Float): List<PathNode> { in interpolate() method
429 fun interpolate(fraction: Float): List<PathNode> { in interpolate() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/
DVelocityTrackingParityTest.kt615 private fun interpolate(start: FloatArray, end: FloatArray, steps: Int): Array<FloatArray> { in interpolate() method