/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/screenrecord/ui/view/ |
D | EndScreenRecordingDialogDelegate.kt | 29 private val stopAction: () -> Unit, in <lambda>() constant in com.android.systemui.statusbar.chips.screenrecord.ui.view.EndScreenRecordingDialogDelegate 52 stopAction.invoke() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/sharetoapp/ui/view/ |
D | EndShareToAppDialogDelegate.kt | 29 private val stopAction: () -> Unit, in <lambda>() constant in com.android.systemui.statusbar.chips.sharetoapp.ui.view.EndShareToAppDialogDelegate 51 stopAction.invoke() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/view/ |
D | EndCastToOtherDeviceDialogDelegate.kt | 29 private val stopAction: () -> Unit, in <lambda>() constant in com.android.systemui.statusbar.chips.casttootherdevice.ui.view.EndCastToOtherDeviceDialogDelegate 52 stopAction.invoke() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/ |
D | ScreenRecordChipViewModel.kt | 79 stopAction = interactor::stopRecording, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/sharetoapp/ui/viewmodel/ |
D | ShareToAppChipViewModel.kt | 93 stopAction = this::stopProjecting, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/viewmodel/ |
D | CastToOtherDeviceChipViewModel.kt | 100 stopAction = this::stopProjecting, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/screenrecord/ui/view/ |
D | EndScreenRecordingDialogDelegateTest.kt | 143 stopAction = kosmos.screenRecordChipInteractor::stopRecording, in createAndSetDelegate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/sharetoapp/ui/view/ |
D | EndShareToAppDialogDelegateTest.kt | 146 stopAction = kosmos.mediaProjectionChipInteractor::stopProjecting, in createAndSetDelegate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/view/ |
D | EndCastToOtherDeviceDialogDelegateTest.kt | 147 stopAction = kosmos.mediaProjectionChipInteractor::stopProjecting, in createAndSetDelegate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 309 Notification.Action stopAction = new Notification.Action.Builder( in createRecordingNotification() local 321 .addAction(stopAction) in createRecordingNotification()
|