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

/frameworks/base/core/java/android/widget/
H A DPopupMenu.java195 * @see #getMenuInflater()
206 public MenuInflater getMenuInflater() { method in class:PopupMenu
212 * calling {@code popupMenu.getMenuInflater().inflate(menuRes, popupMenu.getMenu())}.
217 getMenuInflater().inflate(menuRes, mMenu);
H A DToolbar.java1048 private MenuInflater getMenuInflater() { method in class:Toolbar
1061 getMenuInflater().inflate(resId, getMenu());
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DActionMode.java209 public abstract MenuInflater getMenuInflater(); method in class:ActionMode
H A DStandaloneActionMode.java131 public MenuInflater getMenuInflater() { method in class:StandaloneActionMode
H A DSupportActionModeWrapper.java117 public MenuInflater getMenuInflater() { method in class:SupportActionModeWrapper
118 return mWrappedObject.getMenuInflater();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DPopupMenu.java200 * @see #getMenuInflater()
213 public MenuInflater getMenuInflater() { method in class:PopupMenu
219 * calling {@code popupMenu.getMenuInflater().inflate(menuRes, popupMenu.getMenu())}.
224 getMenuInflater().inflate(menuRes, mMenu);
H A DToolbar.java1053 private MenuInflater getMenuInflater() { method in class:Toolbar
1066 getMenuInflater().inflate(resId, getMenu());
/frameworks/base/core/java/android/view/
H A DActionMode.java261 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.java283 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/design/src/android/support/design/widget/
H A DNavigationView.java244 getMenuInflater().inflate(resId, mMenu);
404 private MenuInflater getMenuInflater() { method in class:NavigationView
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatActivity.java134 public MenuInflater getMenuInflater() { method in class:AppCompatActivity
135 return getDelegate().getMenuInflater();
H A DAppCompatDelegate.java62 * <li>{@link #getMenuInflater()}</li>
232 * Return the value of this call from your {@link Activity#getMenuInflater()}
234 public abstract MenuInflater getMenuInflater(); method in class:AppCompatDelegate
H A DAppCompatDelegateImplBase.java109 public MenuInflater getMenuInflater() { method in class:AppCompatDelegateImplBase
H A DWindowDecorActionBar.java975 public MenuInflater getMenuInflater() { method in class:WindowDecorActionBar.ActionModeImpl
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java999 public MenuInflater getMenuInflater() { method in class:WindowDecorActionBar.ActionModeImpl
/frameworks/base/core/java/android/app/
H A DActivity.java3143 show |= mFragments.dispatchCreateOptionsMenu(menu, getMenuInflater());
3994 public MenuInflater getMenuInflater() { method in class:Activity

Completed in 2299 milliseconds