Searched refs:negativeButton (Results 1 – 6 of 6) sorted by relevance
58 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()
131 negativeButton: String = "neg", in promptInfo()145 info.negativeButtonText = negativeButton in promptInfo()
136 val negativeButton = view.requireViewById<Button>(R.id.button_negative) in <lambda>() constant189 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>()
106 fun negativeButton() { in negativeButton() method
109 fun negativeButton() { in negativeButton() method in com.android.systemui.statusbar.chips.sharetoapp.ui.view.EndShareToAppDialogDelegateTest
110 fun negativeButton() { in negativeButton() method in com.android.systemui.statusbar.chips.casttootherdevice.ui.view.EndCastToOtherDeviceDialogDelegateTest