Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayoutState.kt509 val clearCurrentTransitions = !chain || tooManyTransitions in startTransition() constant
510 if (clearCurrentTransitions) { in startTransition()