Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWorkLockActivity.java102 getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in onCreate()
144 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mBackCallback); in onDestroy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/
DCreateUserActivity.java89 getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in onCreate()
146 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mBackCallback); in onDestroy()
/frameworks/base/core/java/android/widget/
DMediaController.java751 && viewRootImpl.getOnBackInvokedDispatcher().isOnBackInvokedCallbackEnabled()) { in unregisterOnBackInvokedCallback()
752 viewRootImpl.getOnBackInvokedDispatcher() in unregisterOnBackInvokedCallback()
765 && viewRootImpl.getOnBackInvokedDispatcher().isOnBackInvokedCallbackEnabled()) { in registerOnBackInvokedCallback()
766 viewRootImpl.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerOnBackInvokedCallback()
DEditor.java793 && viewRootImpl.getOnBackInvokedDispatcher().isOnBackInvokedCallbackEnabled()) { in unregisterOnBackInvokedCallback()
794 viewRootImpl.getOnBackInvokedDispatcher() in unregisterOnBackInvokedCallback()
806 && viewRootImpl.getOnBackInvokedDispatcher().isOnBackInvokedCallbackEnabled()) { in registerOnBackInvokedCallback()
807 viewRootImpl.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerOnBackInvokedCallback()
/frameworks/base/core/java/android/window/
DImeOnBackInvokedDispatcher.java296 previous.getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(imeCallback); in switchRootView()
299 current.getOnBackInvokedDispatcher().registerOnBackInvokedCallbackUnchecked( in switchRootView()
/frameworks/base/core/java/android/app/
DDialog.java461 getOnBackInvokedDispatcher().registerSystemOnBackInvokedCallback(mDefaultBackCallback); in onStart()
471 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mDefaultBackCallback); in onStop()
1511 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() { in getOnBackInvokedDispatcher() method in Dialog
1512 return mWindow.getOnBackInvokedDispatcher(); in getOnBackInvokedDispatcher()
DActivity.java1851 getOnBackInvokedDispatcher().registerSystemOnBackInvokedCallback(mDefaultBackCallback); in onCreate()
2929 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mDefaultBackCallback); in onDestroy()
9837 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() {
9842 return mWindow.getOnBackInvokedDispatcher();
/frameworks/base/core/tests/coretests/src/android/window/
DBackNavigationTest.java114 activity.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerBackCallback()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsEditingActivityTest.kt179 override fun getOnBackInvokedDispatcher(): OnBackInvokedDispatcher { in getOnBackInvokedDispatcher() method
DControlsFavoritingActivityTest.kt199 override fun getOnBackInvokedDispatcher(): OnBackInvokedDispatcher { in getOnBackInvokedDispatcher() method
DControlsProviderSelectorActivityTest.kt245 override fun getOnBackInvokedDispatcher(): OnBackInvokedDispatcher { in getOnBackInvokedDispatcher() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java269 when(viewRoot.getOnBackInvokedDispatcher()).thenReturn(backInvokedDispatcher); in testPredictiveBack_registerAndUnregister()
297 when(viewRoot.getOnBackInvokedDispatcher()).thenReturn(backInvokedDispatcher); in testUiPredictiveBack_openAndDispatchCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java547 viewRoot.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerBackCallback()
562 viewRoot.getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback( in unregisterBackCallback()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java900 mWindow.getOnBackInvokedDispatcher().setImeOnBackInvokedDispatcher( in dispatchStartInput()
1763 mWindow.getOnBackInvokedDispatcher() in onCreate()
3153 mWindow.getOnBackInvokedDispatcher().registerSystemOnBackInvokedCallback(
3156 mWindow.getOnBackInvokedDispatcher().registerOnBackInvokedCallback(
3168 mWindow.getOnBackInvokedDispatcher()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java2400 getOnBackInvokedDispatcher().registerOnBackInvokedCallback(
2407 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() {
2409 else return super.getOnBackInvokedDispatcher();
2414 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mOnBackInvokedCallback);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java577 viewRoot.getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerBackCallback()
597 viewRoot.getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback( in unregisterBackCallback()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java499 viewRootImpl.getOnBackInvokedDispatcher().onMotionEvent(event);
501 if (viewRootImpl.getOnBackInvokedDispatcher().isBackGestureInProgress()) {
2105 viewRootImpl.getOnBackInvokedDispatcher().onConfigurationChanged(newConfig); in onConfigurationChanged()
DPhoneWindow.java430 viewRoot.getOnBackInvokedDispatcher().clear(); in PhoneWindow()
2244 viewRoot.getOnBackInvokedDispatcher().updateContext(getContext());
2245 mProxyOnBackInvokedDispatcher.setActualDispatcher(viewRoot.getOnBackInvokedDispatcher());
4180 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() {
/frameworks/base/core/java/android/view/
DWindow.java3006 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() { in getOnBackInvokedDispatcher() method in Window
DViewRootImpl.java7438 WindowOnBackInvokedDispatcher dispatcher = getOnBackInvokedDispatcher(); in doOnBackKeyEvent()
12442 public WindowOnBackInvokedDispatcher getOnBackInvokedDispatcher() { in getOnBackInvokedDispatcher() method in ViewRootImpl.TrackballAxis
12450 return getOnBackInvokedDispatcher(); in findOnBackInvokedDispatcherForChild()
DViewGroup.java2653 && viewRootImpl.getOnBackInvokedDispatcher().isBackGestureInProgress()); in dispatchTouchEvent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java236 when(mViewRootImpl.getOnBackInvokedDispatcher()) in setUp()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java320 return mCurRootView != null ? mCurRootView.getOnBackInvokedDispatcher() : null;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt580 HSPLandroid/app/Activity;->getOnBackInvokedDispatcher()Landroid/window/OnBackInvokedDispatcher;
18125 HSPLandroid/view/ViewRootImpl;->getOnBackInvokedDispatcher()Landroid/window/WindowOnBackInvokedDisp…
21739 HSPLcom/android/internal/policy/PhoneWindow;->getOnBackInvokedDispatcher()Landroid/window/OnBackInv…

12