Home
last modified time | relevance | path

Searched refs:negativeButton (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/dialog/ui/composable/
DAlertDialogContent.kt58 negativeButton: (@Composable () -> Unit)? = null, in <lambda>()
104 if (positiveButton != null || negativeButton != null || neutralButton != null) { in <lambda>()
107 negativeButton = negativeButton, in <lambda>()
117 negativeButton: (@Composable () -> Unit)?, in AlertDialogButtons()
124 negativeButton?.let { Box(Modifier.layoutId("negative")) { it() } } in AlertDialogButtons()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DBiometricTestExtensions.kt131 negativeButton: String = "neg", in promptInfo()
145 info.negativeButtonText = negativeButton in promptInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricViewBinder.kt136 val negativeButton = view.requireViewById<Button>(R.id.button_negative) in <lambda>() constant
189 negativeButton.setOnClickListener { legacyCallback.onButtonNegative() } in <lambda>()
226 negativeButton, in <lambda>()
327 launch { viewModel.negativeButtonText.collect { negativeButton.text = it } } in <lambda>()
340 negativeButton.visibility = show.asVisibleOrGone() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/screenrecord/ui/view/
DEndScreenRecordingDialogDelegateTest.kt106 fun negativeButton() { in negativeButton() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/sharetoapp/ui/view/
DEndShareToAppDialogDelegateTest.kt109 fun negativeButton() { in negativeButton() method in com.android.systemui.statusbar.chips.sharetoapp.ui.view.EndShareToAppDialogDelegateTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/view/
DEndCastToOtherDeviceDialogDelegateTest.kt110 fun negativeButton() { in negativeButton() method in com.android.systemui.statusbar.chips.casttootherdevice.ui.view.EndCastToOtherDeviceDialogDelegateTest