Searched refs:getOnBackInvokedDispatcher (Results 1 – 9 of 9) sorted by relevance
124 getOnBackInvokedDispatcher().registerOnBackInvokedCallback(PRIORITY_DEFAULT, mBackCallback); in onCreateDialog()127 mAlertDialog.getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback( in onCreateDialog()161 public OnBackInvokedDispatcher getOnBackInvokedDispatcher() { in getOnBackInvokedDispatcher() method in LocaleDialogFragment165 return mAlertDialog.getOnBackInvokedDispatcher(); in getOnBackInvokedDispatcher()
62 getOnBackInvokedDispatcher() in onCreate()82 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mOnBackInvokedCallback); in onDestroy()
111 mDialog.getOnBackInvokedDispatcher().registerOnBackInvokedCallback(0, this); in onCreateDialog()125 mDialog.getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(this); in unregisterOnBackInvokedCallback()
163 getOnBackInvokedDispatcher() in onCreate()276 getOnBackInvokedDispatcher().unregisterOnBackInvokedCallback(mIgnoreBackCallback); in onDestroy()
253 mDispatcher = activity.getOnBackInvokedDispatcher(); in BackNavigationDisabler()
287 getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerBackDispatcher()
551 mDispatcher = activity.getOnBackInvokedDispatcher(); in setActivity()
892 getOnBackInvokedDispatcher().registerOnBackInvokedCallback( in registerBackDispatcher()
3103 SPLandroidx/activity/ComponentActivity$Api33Impl;->getOnBackInvokedDispatcher(Landroid/app/Activity…