Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/
H A DActionButtons.kt56 data class ActionButton( dataClass
64 fun ActionButtons(actionButtons: List<ActionButton>) {
73 ActionButton(actionButton)
79 private fun RowScope.ActionButton(actionButton: ActionButton) {
132 ActionButton(text = "Open", imageVector = Icons.Outlined.Launch) {},
133 ActionButton(text = "Uninstall", imageVector = Icons.Outlined.Delete) {},
134 ActionButton(text = "Force stop", imageVector = Icons.Outlined.WarningAmber) {},
/aosp14/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/widget/button/
H A DActionButtonsScreenshotTest.kt23 import com.android.settingslib.spa.widget.button.ActionButton
51 ActionButton(text = "Open", imageVector = Icons.Outlined.Launch) {},
52 ActionButton(text = "Uninstall", imageVector = Icons.Outlined.Delete) {},
53 ActionButton(text = "Force stop", imageVector = Icons.Outlined.WarningAmber) {},
/aosp14/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/widget/button/
H A DActionButtonsTest.kt46 ActionButton(text = "Open", imageVector = Icons.Outlined.Launch) {},
60 ActionButton(text = "Open", imageVector = Icons.Outlined.Launch) {
77 ActionButton(text = "Open", imageVector = Icons.Outlined.Launch) {},
78 ActionButton(text = "Close", imageVector = Icons.Outlined.Close) {},
/aosp14/frameworks/base/packages/SettingsLib/Spa/gallery/src/com/android/settingslib/spa/gallery/button/
H A DActionButtonsPage.kt31 import com.android.settingslib.spa.widget.button.ActionButton
50 ActionButton(text = "Open", imageVector = Icons.Outlined.Launch) {},
51 ActionButton(text = "Uninstall", imageVector = Icons.Outlined.Delete) {},
52 ActionButton(text = "Force stop", imageVector = Icons.Outlined.WarningAmber) {},
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPinBouncer.kt117 ActionButton(
138 ActionButton(
183 private fun ActionButton( regex
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/
H A DActionButton.kt39 fun ActionButton(text: String, onClick: () -> Unit) { regex
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/
H A DCreateCredentialComponents.kt55 import com.android.credentialmanager.common.ui.ActionButton
243 ActionButton(
362 ActionButton(
442 ActionButton(
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/getflow/
H A DGetCredentialComponents.kt55 import com.android.credentialmanager.common.ui.ActionButton
329 ActionButton(
336 ActionButton(
/aosp14/frameworks/base/packages/CredentialManager/
H A Dprofile.txt.prof12994 Lcom/android/credentialmanager/common/ui/ActionButtonKt$ActionButton$1;
12995 Lcom/android/credentialmanager/common/ui/ActionButtonKt$ActionButton$2;