Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayoutState.kt508 val tooManyTransitions = transitionStates.size >= MAX_CONCURRENT_TRANSITIONS in startTransition()
809 private const val MAX_CONCURRENT_TRANSITIONS = 100 constant