Home
last modified time | relevance | path

Searched refs:progressVelocity (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DInterruptionHandlerTest.kt152 val progressVelocity = 1f in <lambda>() constant
160 progressVelocity = { progressVelocity }, in <lambda>()
172 assertThat(bToA).hasProgressVelocity(progressVelocity) in <lambda>()
180 val progressVelocity = -1f in <lambda>() constant
186 progressVelocity = { progressVelocity }, in <lambda>()
198 assertThat(bToA).hasProgressVelocity(progressVelocity) in <lambda>()
DTransition.kt32 progressVelocity: () -> Float = { 0f }, in <lambda>()
48 override val progressVelocity: Float constant
49 get() = progressVelocity()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transition/link/
DLinkedTransition.kt50 override val progressVelocity: Float constant
51 get() = originalTransition.progressVelocity
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/subjects/
DTransitionStateSubject.kt91 fun hasProgressVelocity(progressVelocity: Float, tolerance: Float = 0f) { in hasProgressVelocity()
93 .that(actual.progressVelocity) in hasProgressVelocity()
95 .of(progressVelocity) in hasProgressVelocity()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateToScene.kt81 initialVelocity = transitionState.progressVelocity, in animateToScene()
102 initialVelocity = transitionState.progressVelocity, in animateToScene()
233 override val progressVelocity: Float constant
DSceneTransitionLayoutState.kt242 abstract val progressVelocity: Float constant in com.android.compose.animation.scene.TransitionState.Transition
DDraggableHandler.kt586 override val progressVelocity: Float constant in com.android.compose.animation.scene.SwipeTransition