Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DMovableElement.kt20 import androidx.compose.foundation.layout.BoxScope in <lambda>()
100 private val boxScope: BoxScope,
103 object : ElementContentScope, SceneScope by sceneScope, BoxScope by boxScope {}
116 private val boxScope: BoxScope,
119 object : MovableElementContentScope, BaseSceneScope by sceneScope, BoxScope by boxScope {}
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/
DLockscreenLongPress.kt27 import androidx.compose.foundation.layout.BoxScope
43 content: @Composable BoxScope.(onSettingsMenuPlaces: (coordinates: Rect?) -> Unit) -> Unit, in LockscreenLongPress()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalContainer.kt13 import androidx.compose.foundation.layout.BoxScope in <lambda>()
262 private fun BoxScope.DefaultBackground( in BoxScope() method
273 private fun BoxScope.StaticLinearGradient() { in StaticLinearGradient() method
286 private fun BoxScope.AnimatedLinearGradient() { in AnimatedLinearGradient() method
301 private fun BoxScope.BackgroundTopScrim() { in BackgroundTopScrim() method
DCommunalHub.kt46 import androidx.compose.foundation.layout.BoxScope in <lambda>()
434 private fun BoxScope.CommunalHubLazyGrid( in CommunalHubLazyGrid() method
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/components/
DCredentialsScreenChip.kt21 import androidx.compose.foundation.layout.BoxScope
111 val iconParam: (@Composable BoxScope.() -> Unit)? = in CredentialsScreenChip()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/composable/
DShortcutHelper.kt24 import androidx.compose.foundation.layout.BoxScope in <lambda>()
362 private fun ShortcutKeyContainer(shortcutKeyContent: @Composable BoxScope.() -> Unit) { in ShortcutKeyContainer()
376 private fun BoxScope.ShortcutTextKey(key: ShortcutKey.Text) { in ShortcutTextKey() method
385 private fun BoxScope.ShortcutIconKey(key: ShortcutKey.Icon) { in ShortcutIconKey() method
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DBouncerContent.kt35 import androidx.compose.foundation.layout.BoxScope in <lambda>()
509 aboveFold: @Composable BoxScope.() -> Unit, in FoldAware()
510 belowFold: @Composable BoxScope.() -> Unit, in FoldAware()
546 aboveFold: @Composable BoxScope.() -> Unit, in FoldableScene()
547 belowFold: @Composable BoxScope.() -> Unit, in FoldableScene()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/
DTile.kt37 import androidx.compose.foundation.layout.BoxScope
147 content: @Composable BoxScope.() -> Unit,