Home
last modified time | relevance | path

Searched refs:mOnBackInvokedDispatcher (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java171 private WindowOnBackInvokedDispatcher mOnBackInvokedDispatcher; field in StatusBarKeyguardViewManagerTest
237 .thenReturn(mOnBackInvokedDispatcher); in setUp()
601 verify(mOnBackInvokedDispatcher).registerOnBackInvokedCallback( in testPredictiveBackCallback_registration()
607 verify(mOnBackInvokedDispatcher).unregisterOnBackInvokedCallback( in testPredictiveBackCallback_registration()
616 verify(mOnBackInvokedDispatcher).registerOnBackInvokedCallback( in testPredictiveBackCallback_invocationHidesBouncer()
636 verify(mOnBackInvokedDispatcher).registerOnBackInvokedCallback( in testPredictiveBackCallback_noBackAnimationForFullScreenBouncer()
654 verify(mOnBackInvokedDispatcher).registerOnBackInvokedCallback( in testPredictiveBackCallback_forwardsBackDispatches()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java143 @Mock private OnBackInvokedDispatcher mOnBackInvokedDispatcher; field in GlobalActionsDialogLiteTest
258 dialog.setBackDispatcherOverride(mOnBackInvokedDispatcher); in testPredictiveBackCallbackRegisteredAndUnregistered()
261 verify(mOnBackInvokedDispatcher).registerOnBackInvokedCallback( in testPredictiveBackCallbackRegisteredAndUnregistered()
265 verify(mOnBackInvokedDispatcher).unregisterOnBackInvokedCallback(any()); in testPredictiveBackCallbackRegisteredAndUnregistered()
/frameworks/base/core/java/android/view/
DViewRootImpl.java457 private final WindowOnBackInvokedDispatcher mOnBackInvokedDispatcher; field in ViewRootImpl
1310 mOnBackInvokedDispatcher = new WindowOnBackInvokedDispatcher(context, Looper.myLooper()); in ViewRootImpl()
3446 if (!mOnBackInvokedDispatcher.isOnBackInvokedCallbackEnabled() in performTraversals()
7424 && mOnBackInvokedDispatcher.isOnBackInvokedCallbackEnabled()) { in onProcess()
9745 mOnBackInvokedDispatcher.dump(prefix, writer); in dump()
9844 mOnBackInvokedDispatcher.detachFromWindow(); in doDie()
12443 return mOnBackInvokedDispatcher; in getOnBackInvokedDispatcher()
12462 mOnBackInvokedDispatcher, mBasePackageName, mWindow, mWindowSession)); in registerBackCallbackOnWindow()
12464 mOnBackInvokedDispatcher.attachToWindow(mWindowSession, mWindow, in registerBackCallbackOnWindow()
12488 if (mOnBackInvokedDispatcher.hasImeOnBackInvokedDispatcher()) { in registerCompatOnBackInvokedCallback()
[all …]