Searched defs:getMenuInflater (Results 1 - 20 of 20) 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.java1049 private MenuInflater getMenuInflater() { method in class:Toolbar
1062 getMenuInflater().inflate(resId, getMenu());
/frameworks/support/design/src/android/support/design/widget/
H A DBottomNavigationView.java201 getMenuInflater().inflate(resId, mMenu);
315 private MenuInflater getMenuInflater() { method in class:BottomNavigationView
H A DNavigationView.java250 getMenuInflater().inflate(resId, mMenu);
410 private MenuInflater getMenuInflater() { method in class:NavigationView
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DAppCompatPreferenceActivity.java64 public MenuInflater getMenuInflater() { method in class:AppCompatPreferenceActivity
65 return getDelegate().getMenuInflater();
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DAppCompatPreferenceActivity.java64 public MenuInflater getMenuInflater() { method in class:AppCompatPreferenceActivity
65 return getDelegate().getMenuInflater();
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DActionMode.java212 public abstract MenuInflater getMenuInflater(); method in class:ActionMode
H A DStandaloneActionMode.java135 public MenuInflater getMenuInflater() { method in class:StandaloneActionMode
H A DSupportActionModeWrapper.java121 public MenuInflater getMenuInflater() { method in class:SupportActionModeWrapper
122 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.java1059 private MenuInflater getMenuInflater() { method in class:Toolbar
1072 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.java282 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/android/support/v7/app/
H A DAppCompatActivity.java137 public MenuInflater getMenuInflater() { method in class:AppCompatActivity
138 return getDelegate().getMenuInflater();
H A DAppCompatDelegate.java66 * <li>{@link #getMenuInflater()}</li>
244 * Return the value of this call from your {@link Activity#getMenuInflater()}
246 public abstract MenuInflater getMenuInflater(); method in class:AppCompatDelegate
H A DWindowDecorActionBar.java981 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.java3146 show |= mFragments.dispatchCreateOptionsMenu(menu, getMenuInflater());
3997 public MenuInflater getMenuInflater() { method in class:Activity

Completed in 1093 milliseconds