Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt294 val isNotPartOfAnyOngoingTransitions = transitions.isNotEmpty() && transition == null in approachMeasure() constant
295 if (isNotPartOfAnyOngoingTransitions || isOtherSceneOverscrolling) { in approachMeasure()