Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/
DActionButtons.kt56 data class ActionButton( class
64 fun ActionButtons(actionButtons: List<ActionButton>) { in ActionButtons()
73 ActionButton(actionButton) in ActionButtons()
79 private fun RowScope.ActionButton(actionButton: ActionButton) { in ActionButton() method
134 ActionButton(text = "Open", imageVector = Icons.AutoMirrored.Outlined.Launch) {}, in ActionButtonsPreview()
135 ActionButton(text = "Uninstall", imageVector = Icons.Outlined.Delete) {}, in ActionButtonsPreview()
136 ActionButton(text = "Force stop", imageVector = Icons.Outlined.WarningAmber) {}, in ActionButtonsPreview()
/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/widget/button/
DActionButtonsScreenshotTest.kt24 import com.android.settingslib.spa.widget.button.ActionButton
53 ActionButton(text = "Open", imageVector = Icons.AutoMirrored.Outlined.Launch) {}, in getTestSpecs()
54 ActionButton(text = "Uninstall", imageVector = Icons.Outlined.Delete) {}, in getTestSpecs()
55 ActionButton(text = "Force stop", imageVector = Icons.Outlined.WarningAmber) {}, in getTestSpecs()
/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/widget/button/
DActionButtonsTest.kt46 ActionButton( in button_displayed()
63 ActionButton(text = "Open", imageVector = Icons.AutoMirrored.Outlined.Launch) { in button_clickable()
80 ActionButton( in twoButtons_positionIsAligned()
84 ActionButton(text = "Close", imageVector = Icons.Outlined.Close) {}, in twoButtons_positionIsAligned()
/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/button/
DActionButtonPageProvider.kt31 import com.android.settingslib.spa.widget.button.ActionButton
50 ActionButton(text = "Open", imageVector = Icons.AutoMirrored.Outlined.Launch) {}, in Page()
51 ActionButton(text = "Uninstall", imageVector = Icons.Outlined.Delete) {}, in Page()
52 ActionButton(text = "Force stop", imageVector = Icons.Outlined.WarningAmber) {}, in Page()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DPinBouncer.kt113 ActionButton( in <lambda>()
135 ActionButton( in <lambda>()
182 private fun ActionButton( in ActionButton() method
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/
DActionButton.kt39 fun ActionButton(text: String, onClick: () -> Unit) { in ActionButton() method
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/
DGetCredentialComponents.kt64 import com.android.credentialmanager.common.ui.ActionButton in <lambda>()
443 ActionButton( in PrimarySelectionCard()
450 ActionButton( in PrimarySelectionCard()
613 ActionButton( in PrimarySelectionCardVImpl()
620 ActionButton( in PrimarySelectionCardVImpl()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/
DCreateCredentialComponents.kt60 import com.android.credentialmanager.common.ui.ActionButton in <lambda>()
351 ActionButton( in NonDefaultUsageConfirmationCard()
432 ActionButton( in CreationSelectionCard()