Home
last modified time | relevance | path

Searched refs:getMenuInflater (Results 1 – 25 of 84) sorted by relevance

1234

/aosp12/packages/apps/Dialer/java/com/android/dialer/app/settings/
H A DAppCompatPreferenceActivity.java56 public MenuInflater getMenuInflater() { in getMenuInflater() method in AppCompatPreferenceActivity
57 return getDelegate().getMenuInflater(); in getMenuInflater()
/aosp12/frameworks/base/core/java/android/widget/
H A DPopupMenu.java211 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 DMyActivity.java20 getMenuInflater().inflate(R.menu.my, menu); in onCreateOptionsMenu()
/aosp12/packages/apps/Contacts/src/com/android/contacts/preference/
H A DContactsPreferenceActivity.java114 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 DMainActivity.java26 getMenuInflater().inflate(R.menu.menu_main, menu); in onCreateOptionsMenu()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBugleActionBarActivity.java337 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 DActionMode.java263 public abstract MenuInflater getMenuInflater(); in getMenuInflater() method in ActionMode
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPickerActivity.java65 MenuInflater inflater = getMenuInflater(); in onCreateOptionsMenu()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferHistory.java153 MenuInflater inflater = getMenuInflater(); in onCreateOptionsMenu()
223 MenuInflater inflater = getMenuInflater(); in onCreateContextMenu()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DArchivedConversationListActivity.java64 getMenuInflater().inflate(R.menu.archived_conversation_list_menu, menu); in onCreateOptionsMenu()
H A DConversationListActivity.java75 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 DMemoryActivity.java110 getMenuInflater().inflate(R.menu.menu_memory, menu); in onCreateOptionsMenu()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DStandaloneActionMode.java129 public MenuInflater getMenuInflater() { in getMenuInflater() method in StandaloneActionMode
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DFlipperDreamSettings.java100 MenuInflater inflater = getMenuInflater(); in onCreateOptionsMenu()
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/
H A DContextMenu.java81 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 DHomeActivity.java82 getMenuInflater().inflate(R.menu.menu_main, menu); in onCreateOptionsMenu()
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/
H A DMovieDetailsActivity.java85 getMenuInflater().inflate(R.menu.activity_pump, menu); // TODO activity_movie_details ? in onCreateOptionsMenu()
H A DOtherDetailsActivity.java89 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 DAbstractSampleActivity.java44 getMenuInflater().inflate(R.menu.menu_main, menu); in onCreateOptionsMenu()
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/edit/
H A DEditInfoActivity.java88 MenuInflater inflater = getMenuInflater(); in onCreateOptionsMenu()
/aosp12/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java82 MenuInflater menuInflater = getMenuInflater(); in onCreateOptionsMenu()
/aosp12/packages/apps/Gallery2/src/com/android/photos/
H A DGalleryActivity.java74 getMenuInflater().inflate(R.menu.gallery, menu); in onCreateOptionsMenu()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
H A DBuglePhotoViewController.java132 ((Activity) getActivity()).getMenuInflater().inflate(R.menu.photo_view_menu, menu); in onCreateOptionsMenu()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DActionModeController.java145 mode.getMenuInflater().inflate(R.menu.action_mode_menu, menu); in onCreateActionMode()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorCrop.java135 popupMenu.getMenuInflater().inflate(R.menu.filtershow_menu_crop, popupMenu.getMenu()); in showPopupMenu()

1234