HomeSort by relevance Sort by last modified time
    Searched refs:Menu (Results 426 - 450 of 562) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java 24 import android.view.Menu;
VirtualizerTest.java 25 import android.view.Menu;
PresetReverbTest.java 25 import android.view.Menu;
VisualizerTest.java 29 import android.view.Menu;
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 52 import android.view.Menu;
101 public void onCreateContextMenu(ContextMenu menu, View v,
103 onCreateGalleryPickerContextMenu(menu, menuInfo);
201 private void onCreateGalleryPickerContextMenu(ContextMenu menu,
204 menu.setHeaderTitle(mAdapter.baseTitleForPosition(position));
208 menu.add(R.string.slide_show)
216 menu.add(R.string.view)
224 // This is called when the user clicks "Slideshow" from the context menu.
247 // This is called when the user clicks "View" from the context menu.
731 public boolean onCreateOptionsMenu(Menu menu)
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 65 import android.view.Menu;
234 public boolean onCreateOptionsMenu(Menu menu) {
235 super.onCreateOptionsMenu(menu);
237 addBaseMenuItems(menu);
242 public boolean onPrepareOptionsMenu(Menu menu) {
243 super.onPrepareOptionsMenu(menu);
244 // Only show the menu when idle.
246 for (int i = 0; i < menu.size(); i++)
    [all...]
  /packages/apps/Settings/src/com/android/settings/wfd/
WifiDisplaySettings.java 55 import android.view.Menu;
85 private static final int MENU_ID_ENABLE_WIFI_DISPLAY = Menu.FIRST;
192 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
195 MenuItem item = menu.add(Menu.NONE, MENU_ID_ENABLE_WIFI_DISPLAY, 0,
200 super.onCreateOptionsMenu(menu, inflater);
281 // Add the certification menu if enabled in developer options.
287 // Invalidate menu options if needed.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 61 menu = None variable in class:ScrolledList
64 if not self.menu:
66 menu = self.menu
70 menu.tk_popup(event.x_root, event.y_root)
73 menu = Menu(self.listbox, tearoff=0)
74 self.menu = menu
126 def fill_menu(self): self.menu.add_command(label="pass"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 61 menu = None variable in class:ScrolledList
64 if not self.menu:
66 menu = self.menu
70 menu.tk_popup(event.x_root, event.y_root)
73 menu = Menu(self.listbox, tearoff=0)
74 self.menu = menu
126 def fill_menu(self): self.menu.add_command(label="pass"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 62 import org.eclipse.swt.widgets.Menu;
73 * Helper class that is responsible for adding and managing the dynamic menu items
87 /** The XML layout editor that contains the canvas that uses this menu. */
90 /** The layout canvas that displays this context menu. */
93 /** The root menu manager of the context menu. */
97 * Creates a new helper responsible for adding and managing the dynamic menu items
100 * @param editorDelegate the editor owning the menu
103 * @param rootMenu The root of the context menu displayed. In practice this may be the
104 * context menu manager of the {@link LayoutCanvas} or the one from {@link OutlinePage}
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 20 * @param {number} index The index of menu item to activate in menu model.
39 * Decorates the menu item element.
42 this.className = 'menu-item';
47 * @param {Menu} menu A {@code Menu} object to which this menu item
49 * @param {Object} attrs JSON object that represents this menu items
50 * properties. This is created from menu model in C code. Se
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.js 20 * @param {number} index The index of menu item to activate in menu model.
39 * Decorates the menu item element.
42 this.className = 'menu-item';
47 * @param {Menu} menu A {@code Menu} object to which this menu item
49 * @param {Object} attrs JSON object that represents this menu items
50 * properties. This is created from menu model in C code. Se
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 70 import android.view.Menu;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 65 import android.view.Menu;
181 private Menu mCachedMenu;
192 * after a configuration change is simply a reopening of the same menu
198 * Keeps track of whether the options menu is open. This is important in
204 * Whether or not the options menu is in its bigger, popup menu form. When
608 // update the menu in case of a locale change
909 // update the menu items.
1473 updateMenuState(getCurrentTab(), menu); local
    [all...]
BrowserHistoryPage.java 46 import android.view.Menu;
286 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
287 super.onCreateOptionsMenu(menu, inflater);
288 inflater.inflate(R.menu.history, menu);
343 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) {
351 // Inflate the menu
354 inflater.inflate(R.menu.historycontext, menu);
    [all...]
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 45 import android.view.Menu;
153 // Let this fragment contribute menu items
311 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
313 // Inflate the menu items
314 inflater.inflate(R.menu.contact_list_menu, menu);
316 MenuItem searchItem = menu.findItem(R.id.menu_search);
320 // Since the search doesn't create a new Activity to do the searching, the menu item
333 // Retrieves the SearchView from the search menu ite
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 45 import org.eclipse.swt.widgets.Menu;
281 * Fill the context menu.
288 * Fill the filters drop-down menu.
296 * Fill the local data drop-down menu
303 * Fill the local pull down menu.
307 // Filters menu
312 // Local data menu
403 * Hook the context menu.
413 Menu menu = menuMgr.createContextMenu(this.viewer.getControl()) local
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ResourceLoader.java 17 import android.view.Menu;
364 return path.contains( File.separator + "menu" );
522 public void inflateMenu( Context context, int resource, Menu root ) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java 33 import android.view.Menu;
89 * Can be null. If null, the "Create New Contact" button should be on the menu.
185 // In order to make the SearchView look like "shown via search menu", we need to
222 public boolean onCreateOptionsMenu(Menu menu) {
224 // try showing a menu for it.
227 inflater.inflate(R.menu.contact_picker_options, menu);
PeopleActivity.java 44 import android.view.Menu;
728 // hide it so its options menu will be shown/hidden.
761 // When switching tabs, we need to invalidate options menu, but executing a
    [all...]
  /packages/apps/Settings/src/com/android/settings/print/
PrintSettingsFragment.java 47 import android.view.Menu;
149 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
150 super.onCreateOptionsMenu(menu, inflater);
154 MenuItem menuItem = menu.add(R.string.print_menu_item_add_service);
  /frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
KeyguardTestActivity.java 37 import android.view.Menu;
169 // public boolean onCreateOptionsMenu(Menu menu) {
171 // inflater.inflate(R.menu.optionmenu, menu);
  /packages/apps/Camera2/src/com/android/camera/
CameraActivity.java 52 import android.view.Menu;
175 private Menu mActionBarMenu;
615 // If menu is showing, we need to make sure action bar does not go away.
635 * According to the data type, make the menu items for supported operations
705 // For 360 PhotoSphere, relegate standard share to the overflow menu
735 private void setMenuItemVisible(Menu menu, int itemId, boolean visible) {
736 MenuItem item = menu.findItem(itemId);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 36 import android.view.Menu;
763 Menu menu = mActionBar.getMenu(); local
1481 Menu menu = mActionBar.getMenu(); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 57 import android.view.Menu;
159 // sort order that can be changed through the menu can be sorted alphabetically
447 private Menu mOptionsMenu;
    [all...]

Completed in 2243 milliseconds

<<11121314151617181920>>