Searched refs:mOnBackInvokedDispatcher (Results 1 – 3 of 3) sorted by relevance
171 private WindowOnBackInvokedDispatcher mOnBackInvokedDispatcher; field in StatusBarKeyguardViewManagerTest237 .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()
143 @Mock private OnBackInvokedDispatcher mOnBackInvokedDispatcher; field in GlobalActionsDialogLiteTest258 dialog.setBackDispatcherOverride(mOnBackInvokedDispatcher); in testPredictiveBackCallbackRegisteredAndUnregistered()261 verify(mOnBackInvokedDispatcher).registerOnBackInvokedCallback( in testPredictiveBackCallbackRegisteredAndUnregistered()265 verify(mOnBackInvokedDispatcher).unregisterOnBackInvokedCallback(any()); in testPredictiveBackCallbackRegisteredAndUnregistered()
457 private final WindowOnBackInvokedDispatcher mOnBackInvokedDispatcher; field in ViewRootImpl1310 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 …]