Searched refs:getOnBackInvokedDispatcher (Results 1 – 25 of 26) sorted by relevance
12
89 getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in onCreate()147 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mBackCallback); in onDestroy()
232 previous.getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(imeCallback); in switchRootView()235 current.getOnBackInvokedDispatcher().registerOnBackInvokedCallbackUnchecked( in switchRootView()
102 getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in onCreate()144 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mBackCallback); in onDestroy()
461 getOnBackInvokedDispatcher().registerSystemOnBackInvokedCallback(mDefaultBackCallback); in onStart()472 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mDefaultBackCallback); in onStop()1486 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() { in getOnBackInvokedDispatcher() method in Dialog1487 return mWindow.getOnBackInvokedDispatcher(); in getOnBackInvokedDispatcher()
1689 getOnBackInvokedDispatcher().registerSystemOnBackInvokedCallback(mDefaultBackCallback); in onCreate()2743 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mDefaultBackCallback); in onDestroy()9068 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() {9073 return mWindow.getOnBackInvokedDispatcher();
115 override fun getOnBackInvokedDispatcher(): OnBackInvokedDispatcher { in getOnBackInvokedDispatcher() method
108 override fun getOnBackInvokedDispatcher(): OnBackInvokedDispatcher { in getOnBackInvokedDispatcher() method in com.android.systemui.controls.management.ControlsEditingActivityTest.TestableControlsEditingActivity
246 override fun getOnBackInvokedDispatcher(): OnBackInvokedDispatcher { in getOnBackInvokedDispatcher() method
114 activity.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerBackCallback()
267 when(viewRoot.getOnBackInvokedDispatcher()).thenReturn(backInvokedDispatcher); in testPredictiveBack_registerAndUnregister()295 when(viewRoot.getOnBackInvokedDispatcher()).thenReturn(backInvokedDispatcher); in testUiPredictiveBack_openAndDispatchCallback()
753 viewRootImpl.getOnBackInvokedDispatcher() in unregisterOnBackInvokedCallback()768 viewRootImpl.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerOnBackInvokedCallback()
774 viewRootImpl.getOnBackInvokedDispatcher() in unregisterOnBackInvokedCallback()788 viewRootImpl.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerOnBackInvokedCallback()
2283 getOnBackInvokedDispatcher().registerOnBackInvokedCallback(2290 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() {2292 else return super.getOnBackInvokedDispatcher();2297 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mOnBackInvokedCallback);
462 viewRoot.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerBackCallback()482 viewRoot.getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback( in unregisterBackCallback()
2708 viewRootImpl.getOnBackInvokedDispatcher() in handleVisibleToUserChanged()2724 viewRootImpl.getOnBackInvokedDispatcher() in handleVisibleToUserChanged()
824 mWindow.getOnBackInvokedDispatcher().setImeOnBackInvokedDispatcher( in dispatchStartInputWithToken()1518 mWindow.getOnBackInvokedDispatcher() in onCreate()2608 mWindow.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerCompatOnBackInvokedCallback()2619 mWindow.getOnBackInvokedDispatcher() in unregisterCompatOnBackInvokedCallback()
556 viewRoot.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerBackCallback()571 viewRoot.getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback( in unregisterBackCallback()
196 when(mViewRootImpl.getOnBackInvokedDispatcher()) in setUp()
534 when(mViewRootImpl.getOnBackInvokedDispatcher()) in setup()
2810 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() { in getOnBackInvokedDispatcher() method in Window
6343 getOnBackInvokedDispatcher().getTopCallback(); in onProcess()11159 public WindowOnBackInvokedDispatcher getOnBackInvokedDispatcher() { in getOnBackInvokedDispatcher() method11167 return getOnBackInvokedDispatcher(); in findOnBackInvokedDispatcherForChild()
388 viewRoot.getOnBackInvokedDispatcher().clear(); in PhoneWindow()2175 mProxyOnBackInvokedDispatcher.setActualDispatcher(viewRoot.getOnBackInvokedDispatcher());4043 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() {
295 return mCurRootView != null ? mCurRootView.getOnBackInvokedDispatcher() : null;
4120 method @NonNull public android.window.OnBackInvokedDispatcher getOnBackInvokedDispatcher();5041 method @NonNull public android.window.OnBackInvokedDispatcher getOnBackInvokedDispatcher();51048 method @NonNull public android.window.OnBackInvokedDispatcher getOnBackInvokedDispatcher();
18125 HSPLandroid/view/ViewRootImpl;->getOnBackInvokedDispatcher()Landroid/window/WindowOnBackInvokedDisp…