Searched refs:progressVelocity (Results 1 – 7 of 7) sorted by relevance
152 val progressVelocity = 1f in <lambda>() constant160 progressVelocity = { progressVelocity }, in <lambda>()172 assertThat(bToA).hasProgressVelocity(progressVelocity) in <lambda>()180 val progressVelocity = -1f in <lambda>() constant186 progressVelocity = { progressVelocity }, in <lambda>()198 assertThat(bToA).hasProgressVelocity(progressVelocity) in <lambda>()
32 progressVelocity: () -> Float = { 0f }, in <lambda>()48 override val progressVelocity: Float constant49 get() = progressVelocity()
50 override val progressVelocity: Float constant51 get() = originalTransition.progressVelocity
91 fun hasProgressVelocity(progressVelocity: Float, tolerance: Float = 0f) { in hasProgressVelocity()93 .that(actual.progressVelocity) in hasProgressVelocity()95 .of(progressVelocity) in hasProgressVelocity()
81 initialVelocity = transitionState.progressVelocity, in animateToScene()102 initialVelocity = transitionState.progressVelocity, in animateToScene()233 override val progressVelocity: Float constant
242 abstract val progressVelocity: Float constant in com.android.compose.animation.scene.TransitionState.Transition
586 override val progressVelocity: Float constant in com.android.compose.animation.scene.SwipeTransition