Home
last modified time | relevance | path

Searched defs:currentTransitionStates (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt174 val currentTransitionStates = getAllNestedTransitionStates(layoutImpl) in element() constant
250 private val currentTransitionStates: List<List<TransitionState>>, constant in com.android.compose.animation.scene.ElementModifier
264 private var currentTransitionStates: List<List<TransitionState>>, variable in com.android.compose.animation.scene.ElementNode