/aosp12/packages/apps/Dialer/java/com/android/dialer/app/settings/ |
H A D | AppCompatPreferenceActivity.java | 56 public MenuInflater getMenuInflater() { in getMenuInflater() method in AppCompatPreferenceActivity 57 return getDelegate().getMenuInflater(); in getMenuInflater()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | PopupMenu.java | 211 public MenuInflater getMenuInflater() { in getMenuInflater() method in PopupMenu 222 getMenuInflater().inflate(menuRes, mMenu); in inflate()
|
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/ |
H A D | MyActivity.java | 20 getMenuInflater().inflate(R.menu.my, menu); in onCreateOptionsMenu()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/preference/ |
H A D | ContactsPreferenceActivity.java | 114 public MenuInflater getMenuInflater() { in getMenuInflater() method in ContactsPreferenceActivity 115 return mCompatDelegate.getMenuInflater(); in getMenuInflater()
|
/aosp12/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
H A D | MainActivity.java | 26 getMenuInflater().inflate(R.menu.menu_main, menu); in onCreateOptionsMenu()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | BugleActionBarActivity.java | 337 public MenuInflater getMenuInflater() { in getMenuInflater() method in BugleActionBarActivity.CustomActionMode 338 return BugleActionBarActivity.this.getMenuInflater(); in getMenuInflater()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ActionMode.java | 263 public abstract MenuInflater getMenuInflater(); in getMenuInflater() method in ActionMode
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | PickerActivity.java | 65 MenuInflater inflater = getMenuInflater(); in onCreateOptionsMenu()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppTransferHistory.java | 153 MenuInflater inflater = getMenuInflater(); in onCreateOptionsMenu() 223 MenuInflater inflater = getMenuInflater(); in onCreateContextMenu()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
H A D | ArchivedConversationListActivity.java | 64 getMenuInflater().inflate(R.menu.archived_conversation_list_menu, menu); in onCreateOptionsMenu()
|
H A D | ConversationListActivity.java | 75 getMenuInflater().inflate(R.menu.conversation_list_fragment_menu, menu); in onCreateOptionsMenu()
|
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/ |
H A D | MemoryActivity.java | 110 getMenuInflater().inflate(R.menu.menu_memory, menu); in onCreateOptionsMenu()
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | StandaloneActionMode.java | 129 public MenuInflater getMenuInflater() { in getMenuInflater() method in StandaloneActionMode
|
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | FlipperDreamSettings.java | 100 MenuInflater inflater = getMenuInflater(); in onCreateOptionsMenu()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/ |
H A D | ContextMenu.java | 81 getMenuInflater().inflate(R.menu.starred_contact_context_menu, getMenu()); in ContextMenu()
|
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/ |
H A D | HomeActivity.java | 82 getMenuInflater().inflate(R.menu.menu_main, menu); in onCreateOptionsMenu()
|
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/ |
H A D | MovieDetailsActivity.java | 85 getMenuInflater().inflate(R.menu.activity_pump, menu); // TODO activity_movie_details ? in onCreateOptionsMenu()
|
H A D | OtherDetailsActivity.java | 89 getMenuInflater().inflate(R.menu.activity_pump, menu); // TODO activity_other_details ? in onCreateOptionsMenu()
|
/aosp12/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/ |
H A D | AbstractSampleActivity.java | 44 getMenuInflater().inflate(R.menu.menu_main, menu); in onCreateOptionsMenu()
|
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/edit/ |
H A D | EditInfoActivity.java | 88 MenuInflater inflater = getMenuInflater(); in onCreateOptionsMenu()
|
/aosp12/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
H A D | TrackerActivity.java | 82 MenuInflater menuInflater = getMenuInflater(); in onCreateOptionsMenu()
|
/aosp12/packages/apps/Gallery2/src/com/android/photos/ |
H A D | GalleryActivity.java | 74 getMenuInflater().inflate(R.menu.gallery, menu); in onCreateOptionsMenu()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/ |
H A D | BuglePhotoViewController.java | 132 ((Activity) getActivity()).getMenuInflater().inflate(R.menu.photo_view_menu, menu); in onCreateOptionsMenu()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | ActionModeController.java | 145 mode.getMenuInflater().inflate(R.menu.action_mode_menu, menu); in onCreateActionMode()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
H A D | EditorCrop.java | 135 popupMenu.getMenuInflater().inflate(R.menu.filtershow_menu_crop, popupMenu.getMenu()); in showPopupMenu()
|