Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/content/
DContent.kt55 import com.android.compose.animation.scene.ElementWithValues
305 override fun ElementWithValues( in <lambda>() method
310 ElementWithValues(layoutImpl, this@ContentScopeImpl.content, key, modifier, content) in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/row/
DNotificationRowPrimitives.kt152 ElementWithValues(NotificationRowPrimitives.Elements.PillBackground, modifier) { in PillBackground()
186 ElementWithValues(key, modifier) { in ContentScope()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DMovableElement.kt48 internal fun ElementWithValues( in ElementWithValues() method
DSceneTransitionLayout.kt247 fun ElementWithValues( in element() method
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DMovableElementTest.kt316 ElementWithValues(TestElements.Foo, Modifier.size(200.dp)) { in elementScopeExtendsBoxScope()
DAnimatedSharedAsStateTest.kt70 ElementWithValues(key, Modifier) { in ContentScope()
DSceneTransitionLayoutTest.kt136 ElementWithValues(TestElements.Foo, modifier.size(size).background(Color.Red)) { in ContentScope()
DElementTest.kt1166 ElementWithValues(TestElements.Foo, modifier.size(size)) { in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeHeader.kt468 ElementWithValues(key = ShadeHeader.Elements.Clock, modifier = modifier) { in ContentScope()