Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt321 if (!shouldPlaceElement(layoutImpl, scene.key, element, transition)) { in Placeable()
391 if (!shouldPlaceElement(layoutImpl, scene.key, element, transition)) { in Placeable()
521 if (!shouldPlaceElement(layoutImpl, sceneState.scene, element, transition)) { in prepareInterruption()
667 private fun shouldPlaceElement( in shouldPlaceElement() method