Home
last modified time | relevance | path

Searched refs:dispatchOptionsItemSelected (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
DFragmentController.java373 public boolean dispatchOptionsItemSelected(MenuItem item) { in dispatchOptionsItemSelected() method in FragmentController
374 return mHost.mFragmentManager.dispatchOptionsItemSelected(item); in dispatchOptionsItemSelected()
DFragment.java2662 if (mChildFragmentManager.dispatchOptionsItemSelected(item)) {
DFragmentManager.java3182 public boolean dispatchOptionsItemSelected(MenuItem item) { in dispatchOptionsItemSelected() method in FragmentManagerImpl
DActivity.java4684 if (mFragments.dispatchOptionsItemSelected(item)) { in onMenuItemSelected()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt5899 method @Deprecated public boolean dispatchOptionsItemSelected(android.view.MenuItem);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt5149 Landroid/app/FragmentManagerImpl;->dispatchOptionsItemSelected(Landroid/view/MenuItem;)Z