Home
last modified time | relevance | path

Searched refs:bouncingScene (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DTransition.kt37 bouncingScene: SceneKey? = null,
54 override val bouncingScene: SceneKey? = bouncingScene constant
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayoutState.kt266 val bouncingScene = bouncingScene constant
268 progress < 0f || bouncingScene == fromScene -> fromOverscrollSpec
269 progress > 1f || bouncingScene == toScene -> toOverscrollSpec
370 val bouncingScene: SceneKey? constant
DDraggableHandler.kt600 override var bouncingScene: SceneKey? = null variable in com.android.compose.animation.scene.SwipeTransition
722 if (bouncingScene == null) { in animateOffset()
739 bouncingScene = targetScene in animateOffset()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/subjects/
DTransitionStateSubject.kt121 .that((actual as TransitionState.HasOverscrollProperties).bouncingScene) in hasBouncingScene()