Searched refs:ActionButton (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/ |
D | ActionButtons.kt | 56 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/ |
D | ActionButtonsScreenshotTest.kt | 24 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/ |
D | ActionButtonsTest.kt | 46 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/ |
D | ActionButtonPageProvider.kt | 31 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/ |
D | PinBouncer.kt | 113 ActionButton( in <lambda>() 135 ActionButton( in <lambda>() 182 private fun ActionButton( in ActionButton() method
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/ |
D | ActionButton.kt | 39 fun ActionButton(text: String, onClick: () -> Unit) { in ActionButton() method
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/ |
D | GetCredentialComponents.kt | 64 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/ |
D | CreateCredentialComponents.kt | 60 import com.android.credentialmanager.common.ui.ActionButton in <lambda>() 351 ActionButton( in NonDefaultUsageConfirmationCard() 432 ActionButton( in CreationSelectionCard()
|