/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/back/ |
D | OnBackAnimationCallbackExtension.kt | 80 onBackInvokedDispatcher: OnBackInvokedDispatcher, in registerOnBackInvokedCallbackOnViewAttached() 87 onBackInvokedDispatcher.registerOnBackInvokedCallback( in registerOnBackInvokedCallbackOnViewAttached() 95 onBackInvokedDispatcher.unregisterOnBackInvokedCallback(onBackAnimationCallback) in registerOnBackInvokedCallbackOnViewAttached() 101 onBackInvokedDispatcher.registerOnBackInvokedCallback(priority, onBackAnimationCallback) in registerOnBackInvokedCallbackOnViewAttached()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/back/domain/interactor/ |
D | BackActionInteractor.kt | 76 private val onBackInvokedDispatcher: WindowOnBackInvokedDispatcher? in <lambda>() constant in com.android.systemui.back.domain.interactor.BackActionInteractor 78 notificationShadeWindowController.windowRootView?.viewRootImpl?.onBackInvokedDispatcher in <lambda>() 138 onBackInvokedDispatcher?.let { in <lambda>() 148 onBackInvokedDispatcher?.let { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/ |
D | CredentialPasswordViewBinder.kt | 77 val onBackInvokedDispatcher = view.findOnBackInvokedDispatcher() in <lambda>() constant 78 if (onBackInvokedDispatcher != null) { in <lambda>() 80 onBackInvokedDispatcher.registerOnBackInvokedCallback( in <lambda>() 87 onBackInvokedDispatcher.unregisterOnBackInvokedCallback( in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/back/domain/interactor/ |
D | BackActionInteractorTest.kt | 95 @Mock private lateinit var onBackInvokedDispatcher: WindowOnBackInvokedDispatcher variable in com.android.systemui.back.domain.interactor.BackActionInteractorTest 135 whenever(viewRootImpl.onBackInvokedDispatcher).thenReturn(onBackInvokedDispatcher) in setUp() 201 verify(onBackInvokedDispatcher) in shadeVisibleAndDeviceAwake_callbackRegistered() 227 verify(onBackInvokedDispatcher).unregisterOnBackInvokedCallback(callback) in shadeNotVisible_callbackUnregistered() 240 verify(onBackInvokedDispatcher).unregisterOnBackInvokedCallback(callback) in deviceAsleep_callbackUnregistered() 316 verify(onBackInvokedDispatcher).registerOnBackInvokedCallback(any(), captor.capture()) in getBackInvokedCallback()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/ |
D | Dialog.kt | 46 onBackInvokedDispatcher = onBackInvokedDispatcher,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/ |
D | SensorUseStartedActivity.kt | 139 onBackInvokedDispatcher.registerOnBackInvokedCallback( in <lambda>() 201 onBackInvokedDispatcher.unregisterOnBackInvokedCallback(mBackCallback) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
D | ControlsProviderSelectorActivity.kt | 166 onBackInvokedDispatcher.registerOnBackInvokedCallback( in <lambda>() 177 onBackInvokedDispatcher.unregisterOnBackInvokedCallback(mOnBackInvokedCallback) in <lambda>()
|
D | ControlsEditingActivity.kt | 119 onBackInvokedDispatcher.registerOnBackInvokedCallback( in onStart() 130 onBackInvokedDispatcher.unregisterOnBackInvokedCallback(mOnBackInvokedCallback) in onStop()
|
D | ControlsFavoritingActivity.kt | 382 onBackInvokedDispatcher.registerOnBackInvokedCallback( in <lambda>() 406 onBackInvokedDispatcher.unregisterOnBackInvokedCallback( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/ |
D | ComposeBouncerViewBinder.kt | 43 view.viewRootImpl.onBackInvokedDispatcher in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ComponentSystemUIDialog.kt | 95 onBackPressedDispatcher.setOnBackInvokedDispatcher(onBackInvokedDispatcher) in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/ |
D | SceneWindowRootViewBinder.kt | 90 view.viewRootImpl.onBackInvokedDispatcher in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | GlanceableHubContainerController.kt | 202 viewRootImpl.onBackInvokedDispatcher in communalAvailable()
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 2090 private void unregisterBackCallback(@Nullable OnBackInvokedDispatcher onBackInvokedDispatcher) { in unregisterBackCallback() argument 2093 if (onBackInvokedDispatcher != null && backCallback != null) { in unregisterBackCallback() 2094 onBackInvokedDispatcher.unregisterOnBackInvokedCallback( in unregisterBackCallback()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardRootViewBinder.kt | 140 view.viewRootImpl.onBackInvokedDispatcher in <lambda>()
|