Searched defs:getMenuInflater (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DPopupMenu.java196 * @see #getMenuInflater()
207 public MenuInflater getMenuInflater() { method in class:PopupMenu
213 * calling {@code popupMenu.getMenuInflater().inflate(menuRes, popupMenu.getMenu())}.
218 getMenuInflater().inflate(menuRes, mMenu);
H A DToolbar.java1070 private MenuInflater getMenuInflater() { method in class:Toolbar
1083 getMenuInflater().inflate(resId, getMenu());
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/app/
H A DAppCompatPreferenceActivity.java65 public MenuInflater getMenuInflater() { method in class:AppCompatPreferenceActivity
66 return getDelegate().getMenuInflater();
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/app/
H A DAppCompatPreferenceActivity.java65 public MenuInflater getMenuInflater() { method in class:AppCompatPreferenceActivity
66 return getDelegate().getMenuInflater();
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
H A DActionMode.java213 public abstract MenuInflater getMenuInflater(); method in class:ActionMode
H A DStandaloneActionMode.java135 public MenuInflater getMenuInflater() { method in class:StandaloneActionMode
H A DSupportActionModeWrapper.java119 public MenuInflater getMenuInflater() { method in class:SupportActionModeWrapper
120 return mWrappedObject.getMenuInflater();
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DPopupMenu.java205 * @see #getMenuInflater()
218 public MenuInflater getMenuInflater() { method in class:PopupMenu
224 * calling {@code popupMenu.getMenuInflater().inflate(menuRes, popupMenu.getMenu())}.
229 getMenuInflater().inflate(menuRes, mMenu);
H A DToolbar.java1058 private MenuInflater getMenuInflater() { method in class:Toolbar
1071 getMenuInflater().inflate(resId, getMenu());
/frameworks/base/core/java/android/view/
H A DActionMode.java262 public abstract MenuInflater getMenuInflater(); method in class:ActionMode
/frameworks/base/core/java/com/android/internal/view/
H A DStandaloneActionMode.java129 public MenuInflater getMenuInflater() { method in class:StandaloneActionMode
H A DFloatingActionMode.java296 public MenuInflater getMenuInflater() { method in class:FloatingActionMode
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
H A DPhoneWindowActionModeTest.java372 public MenuInflater getMenuInflater() { method in class:PhoneWindowActionModeTest.MockActionMode
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAppCompatActivity.java134 public MenuInflater getMenuInflater() { method in class:AppCompatActivity
135 return getDelegate().getMenuInflater();
H A DAppCompatDelegate.java65 * <li>{@link #getMenuInflater()}</li>
225 * Return the value of this call from your {@link Activity#getMenuInflater()}
227 public abstract MenuInflater getMenuInflater(); method in class:AppCompatDelegate
H A DWindowDecorActionBar.java1002 public MenuInflater getMenuInflater() { method in class:WindowDecorActionBar.ActionModeImpl
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java990 public MenuInflater getMenuInflater() { method in class:WindowDecorActionBar.ActionModeImpl
/frameworks/base/core/java/android/app/
H A DActivity.java3482 show |= mFragments.dispatchCreateOptionsMenu(menu, getMenuInflater());
4339 public MenuInflater getMenuInflater() { method in class:Activity

Completed in 376 milliseconds