Searched defs:negativeButton (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/screenrecord/ui/view/ | ||
| D | EndScreenRecordingDialogDelegateTest.kt | 106 fun negativeButton() { in negativeButton() method in com.android.systemui.statusbar.chips.screenrecord.ui.view.EndScreenRecordingDialogDelegateTest |
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/sharetoapp/ui/view/ | ||
| D | EndShareToAppDialogDelegateTest.kt | 109 fun negativeButton() { in negativeButton() method |
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/view/ | ||
| D | EndCastToOtherDeviceDialogDelegateTest.kt | 110 fun negativeButton() { in negativeButton() method in com.android.systemui.statusbar.chips.casttootherdevice.ui.view.EndCastToOtherDeviceDialogDelegateTest |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/ | ||
| D | BiometricViewBinder.kt | 135 val negativeButton = view.requireViewById<Button>(R.id.button_negative) in <lambda>() constant |