HomeSort by relevance Sort by last modified time
    Searched defs:getMenuInflater (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ActionMode.java 212 public abstract MenuInflater getMenuInflater();
SupportActionModeWrapper.java 118 public MenuInflater getMenuInflater() {
119 return mWrappedObject.getMenuInflater();
StandaloneActionMode.java 134 public MenuInflater getMenuInflater() {
  /frameworks/base/core/java/android/view/
ActionMode.java 262 public abstract MenuInflater getMenuInflater();
  /frameworks/base/core/java/android/widget/
PopupMenu.java 196 * @see #getMenuInflater()
207 public MenuInflater getMenuInflater() {
213 * calling {@code popupMenu.getMenuInflater().inflate(menuRes, popupMenu.getMenu())}.
218 getMenuInflater().inflate(menuRes, mMenu);
Toolbar.java     [all...]
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
AppCompatPreferenceActivity.java 64 public MenuInflater getMenuInflater() {
65 return getDelegate().getMenuInflater();
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
PopupMenu.java 200 * @see #getMenuInflater()
213 public MenuInflater getMenuInflater() {
219 * calling {@code popupMenu.getMenuInflater().inflate(menuRes, popupMenu.getMenu())}.
224 getMenuInflater().inflate(menuRes, mMenu);
Toolbar.java     [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/settings/
AppCompatPreferenceActivity.java 56 public MenuInflater getMenuInflater() {
57 return getDelegate().getMenuInflater();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
RestrictedActivity.java 95 * @see android.app.Activity#getMenuInflater()
97 MenuInflater getMenuInflater();
  /cts/tests/tests/view/src/android/view/cts/
ActionModeTest.java 207 public MenuInflater getMenuInflater() {
  /frameworks/base/core/java/com/android/internal/view/
StandaloneActionMode.java 129 public MenuInflater getMenuInflater() {
FloatingActionMode.java 277 public MenuInflater getMenuInflater() {
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegate.java 64 * <li>{@link #getMenuInflater()}</li>
241 * Return the value of this call from your {@link Activity#getMenuInflater()}
243 public abstract MenuInflater getMenuInflater();
AppCompatActivity.java 133 public MenuInflater getMenuInflater() {
134 return getDelegate().getMenuInflater();
WindowDecorActionBar.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/preference/
ContactsPreferenceActivity.java 113 public MenuInflater getMenuInflater() {
114 return mCompatDelegate.getMenuInflater();
  /frameworks/base/core/tests/coretests/src/com/android/internal/policy/
PhoneWindowActionModeTest.java 372 public MenuInflater getMenuInflater() {
  /frameworks/support/design/src/android/support/design/widget/
BottomNavigationView.java 234 getMenuInflater().inflate(resId, mMenu);
387 private MenuInflater getMenuInflater() {
NavigationView.java 248 getMenuInflater().inflate(resId, mMenu);
408 private MenuInflater getMenuInflater() {
  /packages/apps/Messaging/src/com/android/messaging/ui/
BugleActionBarActivity.java 337 public MenuInflater getMenuInflater() {
338 return BugleActionBarActivity.this.getMenuInflater();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowActivity.java 133 public MenuInflater getMenuInflater() {
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewController.java 64 MenuInflater getMenuInflater();
112 MenuInflater inflater = mMailActivity.getMenuInflater();
  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java     [all...]

Completed in 1241 milliseconds

1 2 3 4