Searched refs:ElementWithValues (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/content/ |
D | Content.kt | 55 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/ |
D | NotificationRowPrimitives.kt | 152 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/ |
D | MovableElement.kt | 48 internal fun ElementWithValues( in ElementWithValues() method
|
D | SceneTransitionLayout.kt | 247 fun ElementWithValues( in element() method
|
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
D | MovableElementTest.kt | 316 ElementWithValues(TestElements.Foo, Modifier.size(200.dp)) { in elementScopeExtendsBoxScope()
|
D | AnimatedSharedAsStateTest.kt | 70 ElementWithValues(key, Modifier) { in ContentScope()
|
D | SceneTransitionLayoutTest.kt | 136 ElementWithValues(TestElements.Foo, modifier.size(size).background(Color.Red)) { in ContentScope()
|
D | ElementTest.kt | 1166 ElementWithValues(TestElements.Foo, modifier.size(size)) { in <lambda>()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/ |
D | ShadeHeader.kt | 468 ElementWithValues(key = ShadeHeader.Elements.Clock, modifier = modifier) { in ContentScope()
|