Searched refs:RowScope (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/ |
D | SettingsTopAppBar.kt | 19 import androidx.compose.foundation.layout.RowScope 29 actions: @Composable RowScope.() -> Unit, in SettingsTopAppBar()
|
D | RegularScaffold.kt | 20 import androidx.compose.foundation.layout.RowScope in <lambda>() 42 actions: @Composable RowScope.() -> Unit = {}, in <lambda>()
|
D | SearchScaffold.kt | 24 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()
|
D | SettingsScaffold.kt | 25 import androidx.compose.foundation.layout.RowScope in <lambda>() 53 actions: @Composable RowScope.() -> Unit = {}, in <lambda>()
|
D | CustomizedAppBar.kt | 33 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/ |
D | PlatformButtons.kt | 23 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/ |
D | VolumePanelRadioButtons.kt | 26 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/ |
D | CredentialsScreenChip.kt | 22 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/ |
D | ActionButtons.kt | 26 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/ |
D | MediaOutputComponent.kt | 36 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/ |
D | FooterActions.kt | 32 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/ |
D | ShadeHeader.kt | 30 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/ |
D | CommunalHub.kt | 50 import androidx.compose.foundation.layout.RowScope in <lambda>() 700 content: @Composable RowScope.() -> Unit in ToolbarButton()
|