Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
DSettingsTopAppBar.kt19 import androidx.compose.foundation.layout.RowScope
29 actions: @Composable RowScope.() -> Unit, in SettingsTopAppBar()
DRegularScaffold.kt20 import androidx.compose.foundation.layout.RowScope in <lambda>()
42 actions: @Composable RowScope.() -> Unit = {}, in <lambda>()
DSearchScaffold.kt24 import androidx.compose.foundation.layout.RowScope in <lambda>()
75 actions: @Composable RowScope.() -> Unit = {}, in <lambda>()
122 actions: @Composable RowScope.() -> Unit, in SearchableTopAppBar()
153 actions: @Composable RowScope.() -> Unit = {}, in SearchTopAppBar()
DSettingsScaffold.kt25 import androidx.compose.foundation.layout.RowScope in <lambda>()
53 actions: @Composable RowScope.() -> Unit = {}, in <lambda>()
DCustomizedAppBar.kt33 import androidx.compose.foundation.layout.RowScope in <lambda>()
93 actions: @Composable RowScope.() -> Unit = {},
114 actions: @Composable RowScope.() -> Unit = {},
231 actions: @Composable (RowScope.() -> Unit), in SingleRowTopAppBar()
286 actions: @Composable RowScope.() -> Unit, in TwoRowsTopAppBar()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
DPlatformButtons.kt23 import androidx.compose.foundation.layout.RowScope
46 content: @Composable RowScope.() -> Unit, in PlatformButton()
67 content: @Composable RowScope.() -> Unit, in PlatformOutlinedButton()
87 content: @Composable RowScope.() -> Unit, in PlatformTextButton()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/selector/ui/composable/
DVolumePanelRadioButtons.kt26 import androidx.compose.foundation.layout.RowScope
341 icon: @Composable RowScope.() -> Unit = Empty, in item()
342 label: @Composable RowScope.() -> Unit = Empty, in item()
347 private val Empty: @Composable RowScope.() -> Unit = {} in item()
363 icon: @Composable RowScope.() -> Unit, in item()
364 label: @Composable RowScope.() -> Unit, in item()
388 val icon: @Composable RowScope.() -> Unit,
389 val label: @Composable RowScope.() -> Unit,
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/components/
DCredentialsScreenChip.kt22 import androidx.compose.foundation.layout.RowScope
84 val labelParam: (@Composable RowScope.() -> Unit) = in CredentialsScreenChip()
89 val secondaryLabelParam: (@Composable RowScope.() -> Unit)? = in CredentialsScreenChip()
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/
DActionButtons.kt26 import androidx.compose.foundation.layout.RowScope
79 private fun RowScope.ActionButton(actionButton: ActionButton) { in ActionButton() method
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/mediaoutput/ui/composable/
DMediaOutputComponent.kt36 import androidx.compose.foundation.layout.RowScope in <lambda>()
113 private fun RowScope.ConnectedDeviceText(connectedDeviceViewModel: ConnectedDeviceViewModel) { in <lambda>() method
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
DFooterActions.kt32 import androidx.compose.foundation.layout.RowScope in <lambda>()
253 private fun RowScope.ForegroundServicesButton( in ForegroundServicesButton() method
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeHeader.kt30 import androidx.compose.foundation.layout.RowScope in <lambda>()
550 content: @Composable RowScope.() -> Unit in SystemIconContainer()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt50 import androidx.compose.foundation.layout.RowScope in <lambda>()
700 content: @Composable RowScope.() -> Unit in ToolbarButton()