Home
last modified time | relevance | path

Searched refs:getOnBackInvokedDispatcher (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/user/
DCreateUserActivity.java89 getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in onCreate()
147 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mBackCallback); in onDestroy()
/frameworks/base/core/java/android/window/
DImeOnBackInvokedDispatcher.java232 previous.getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(imeCallback); in switchRootView()
235 current.getOnBackInvokedDispatcher().registerOnBackInvokedCallbackUnchecked( in switchRootView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWorkLockActivity.java102 getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in onCreate()
144 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mBackCallback); in onDestroy()
/frameworks/base/core/java/android/app/
DDialog.java461 getOnBackInvokedDispatcher().registerSystemOnBackInvokedCallback(mDefaultBackCallback); in onStart()
472 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mDefaultBackCallback); in onStop()
1486 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() { in getOnBackInvokedDispatcher() method in Dialog
1487 return mWindow.getOnBackInvokedDispatcher(); in getOnBackInvokedDispatcher()
DActivity.java1689 getOnBackInvokedDispatcher().registerSystemOnBackInvokedCallback(mDefaultBackCallback); in onCreate()
2743 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mDefaultBackCallback); in onDestroy()
9068 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() {
9073 return mWindow.getOnBackInvokedDispatcher();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsFavoritingActivityTest.kt115 override fun getOnBackInvokedDispatcher(): OnBackInvokedDispatcher { in getOnBackInvokedDispatcher() method
DControlsEditingActivityTest.kt108 override fun getOnBackInvokedDispatcher(): OnBackInvokedDispatcher { in getOnBackInvokedDispatcher() method in com.android.systemui.controls.management.ControlsEditingActivityTest.TestableControlsEditingActivity
DControlsProviderSelectorActivityTest.kt246 override fun getOnBackInvokedDispatcher(): OnBackInvokedDispatcher { in getOnBackInvokedDispatcher() method
/frameworks/base/core/tests/coretests/src/android/window/
DBackNavigationTest.java114 activity.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerBackCallback()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java267 when(viewRoot.getOnBackInvokedDispatcher()).thenReturn(backInvokedDispatcher); in testPredictiveBack_registerAndUnregister()
295 when(viewRoot.getOnBackInvokedDispatcher()).thenReturn(backInvokedDispatcher); in testUiPredictiveBack_openAndDispatchCallback()
/frameworks/base/core/java/android/widget/
DMediaController.java753 viewRootImpl.getOnBackInvokedDispatcher() in unregisterOnBackInvokedCallback()
768 viewRootImpl.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerOnBackInvokedCallback()
DEditor.java774 viewRootImpl.getOnBackInvokedDispatcher() in unregisterOnBackInvokedCallback()
788 viewRootImpl.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerOnBackInvokedCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java2283 getOnBackInvokedDispatcher().registerOnBackInvokedCallback(
2290 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() {
2292 else return super.getOnBackInvokedDispatcher();
2297 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mOnBackInvokedCallback);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java462 viewRoot.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerBackCallback()
482 viewRoot.getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback( in unregisterBackCallback()
DCentralSurfacesImpl.java2708 viewRootImpl.getOnBackInvokedDispatcher() in handleVisibleToUserChanged()
2724 viewRootImpl.getOnBackInvokedDispatcher() in handleVisibleToUserChanged()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java824 mWindow.getOnBackInvokedDispatcher().setImeOnBackInvokedDispatcher( in dispatchStartInputWithToken()
1518 mWindow.getOnBackInvokedDispatcher() in onCreate()
2608 mWindow.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerCompatOnBackInvokedCallback()
2619 mWindow.getOnBackInvokedDispatcher() in unregisterCompatOnBackInvokedCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java556 viewRoot.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerBackCallback()
571 viewRoot.getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback( in unregisterBackCallback()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java196 when(mViewRootImpl.getOnBackInvokedDispatcher()) in setUp()
DCentralSurfacesImplTest.java534 when(mViewRootImpl.getOnBackInvokedDispatcher()) in setup()
/frameworks/base/core/java/android/view/
DWindow.java2810 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() { in getOnBackInvokedDispatcher() method in Window
DViewRootImpl.java6343 getOnBackInvokedDispatcher().getTopCallback(); in onProcess()
11159 public WindowOnBackInvokedDispatcher getOnBackInvokedDispatcher() { in getOnBackInvokedDispatcher() method
11167 return getOnBackInvokedDispatcher(); in findOnBackInvokedDispatcherForChild()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java388 viewRoot.getOnBackInvokedDispatcher().clear(); in PhoneWindow()
2175 mProxyOnBackInvokedDispatcher.setActualDispatcher(viewRoot.getOnBackInvokedDispatcher());
4043 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() {
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java295 return mCurRootView != null ? mCurRootView.getOnBackInvokedDispatcher() : null;
/frameworks/base/core/api/
Dcurrent.txt4120 method @NonNull public android.window.OnBackInvokedDispatcher getOnBackInvokedDispatcher();
5041 method @NonNull public android.window.OnBackInvokedDispatcher getOnBackInvokedDispatcher();
51048 method @NonNull public android.window.OnBackInvokedDispatcher getOnBackInvokedDispatcher();
/frameworks/base/boot/
Dboot-image-profile.txt18125 HSPLandroid/view/ViewRootImpl;->getOnBackInvokedDispatcher()Landroid/window/WindowOnBackInvokedDisp…

12