Home
last modified time | relevance | path

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/
DEndScreenRecordingDialogDelegateTest.kt106 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/
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
/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