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 D | ActionButtons.kt | 56 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 D | ActionButtonsScreenshotTest.kt | 23 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 D | ActionButtonsTest.kt | 46 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 D | ActionButtonsPage.kt | 31 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 D | PinBouncer.kt | 117 ActionButton( 138 ActionButton( 183 private fun ActionButton( regex
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ui/ |
H A D | ActionButton.kt | 39 fun ActionButton(text: String, onClick: () -> Unit) { regex
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/ |
H A D | CreateCredentialComponents.kt | 55 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 D | GetCredentialComponents.kt | 55 import com.android.credentialmanager.common.ui.ActionButton 329 ActionButton( 336 ActionButton(
|
/aosp14/frameworks/base/packages/CredentialManager/ |
H A D | profile.txt.prof | 12994 Lcom/android/credentialmanager/common/ui/ActionButtonKt$ActionButton$1; 12995 Lcom/android/credentialmanager/common/ui/ActionButtonKt$ActionButton$2;
|