Searched defs:getMenuInflater (Results 1 - 18 of 18) sorted by last modified time

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatActivity.java103 public MenuInflater getMenuInflater() { method in class:AppCompatActivity
104 return getDelegate().getMenuInflater();
H A DAppCompatDelegate.java58 * <li>{@link #getMenuInflater()}</li>
173 * Return the value of this call from your {@link Activity#getMenuInflater()}
175 public abstract MenuInflater getMenuInflater(); method in class:AppCompatDelegate
H A DAppCompatDelegateImplBase.java96 public MenuInflater getMenuInflater() { method in class:AppCompatDelegateImplBase
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java946 public MenuInflater getMenuInflater() { method in class:WindowDecorActionBar.ActionModeImpl
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DStandaloneActionMode.java132 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/view/
H A DActionMode.java209 public abstract MenuInflater getMenuInflater(); method in class:ActionMode
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DPopupMenu.java186 * @see #getMenuInflater()
198 public MenuInflater getMenuInflater() { method in class:PopupMenu
204 * popupMenu.getMenuInflater().inflate(menuRes, popupMenu.getMenu()).
208 getMenuInflater().inflate(menuRes, mMenu);
H A DToolbar.java898 private MenuInflater getMenuInflater() { method in class:Toolbar
911 getMenuInflater().inflate(resId, getMenu());
/frameworks/support/design/src/android/support/design/widget/
H A DNavigationView.java227 getMenuInflater().inflate(resId, mMenu);
366 private MenuInflater getMenuInflater() { method in class:NavigationView
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
H A DPhoneWindowActionModeTest.java368 public MenuInflater getMenuInflater() { method in class:PhoneWindowActionModeTest.MockActionMode
/frameworks/base/core/java/android/app/
H A DActivity.java2847 show |= mFragments.dispatchCreateOptionsMenu(menu, getMenuInflater());
3698 public MenuInflater getMenuInflater() { method in class:Activity
/frameworks/base/core/java/android/view/
H A DActionMode.java261 public abstract MenuInflater getMenuInflater(); method in class:ActionMode
/frameworks/base/core/java/android/widget/
H A DPopupMenu.java188 * @see #getMenuInflater()
200 public MenuInflater getMenuInflater() { method in class:PopupMenu
206 * popupMenu.getMenuInflater().inflate(menuRes, popupMenu.getMenu()).
210 getMenuInflater().inflate(menuRes, mMenu);
H A DToolbar.java893 private MenuInflater getMenuInflater() { method in class:Toolbar
906 getMenuInflater().inflate(resId, getMenu());
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java973 public MenuInflater getMenuInflater() { method in class:WindowDecorActionBar.ActionModeImpl
/frameworks/base/core/java/com/android/internal/view/
H A DFloatingActionMode.java271 public MenuInflater getMenuInflater() { method in class:FloatingActionMode
H A DStandaloneActionMode.java129 public MenuInflater getMenuInflater() { method in class:StandaloneActionMode

Completed in 4958 milliseconds