Searched refs:bouncingScene (Results 1 – 4 of 4) sorted by relevance
37 bouncingScene: SceneKey? = null,54 override val bouncingScene: SceneKey? = bouncingScene constant
266 val bouncingScene = bouncingScene constant268 progress < 0f || bouncingScene == fromScene -> fromOverscrollSpec269 progress > 1f || bouncingScene == toScene -> toOverscrollSpec370 val bouncingScene: SceneKey? constant
600 override var bouncingScene: SceneKey? = null variable in com.android.compose.animation.scene.SwipeTransition722 if (bouncingScene == null) { in animateOffset()739 bouncingScene = targetScene in animateOffset()
121 .that((actual as TransitionState.HasOverscrollProperties).bouncingScene) in hasBouncingScene()