/cts/tests/res/menu/ |
category_order.xml | 17 <menu xmlns:android="http://schemas.android.com/apk/res/android"> 57 </menu>
|
/development/ide/xcode/ports/ |
skia_mac.cp | 61 // Once the nib reference is created, set the menu bar. "MainMenu" is the name of the menu bar
|
/development/samples/ApiDemos/res/menu/ |
category_order.xml | 17 <menu xmlns:android="http://schemas.android.com/apk/res/android"> 57 </menu>
|
/external/grub/ |
AUTHORS | 19 hidden menu support, the new Linux loader, serial terminal support, 24 Peter Astrand added support for a color menu.
|
NEWS | 31 * Display "GNU GRUB" instead of "GRUB" in the menu. 61 * The menu interfaces supports Page Up, Page Down, and Right Key. 99 * The manner of handling the preset menu changes. In the previous 100 implementation, the preset menu is used only when opening the 101 configuration file failed. Now try to use the preset menu first. And, 103 preset menu. In this case, menu entries in the preset menu (if any) 107 function is gone and the preset menu feature is used (i.e. just 109 menu). This has no impact against most users, but you should take car [all...] |
/external/jsr305/ri/nbproject/ |
project.xml | 62 <context-menu> 66 </context-menu>
|
/external/skia/xcode/ports/ |
skia_mac.cp | 62 // Once the nib reference is created, set the menu bar. "MainMenu" is the name of the menu bar
|
/external/webkit/WebCore/manual-tests/ |
plain-text-paste.html | 13 3. Select item 5 in the Finder window and choose Copy “5” from the Finder’s Edit menu.<br> 14 4. Back in Safari, click inside the “Paste item 5 here” field and choose Paste from the Edit menu.<br>
|
/external/webkit/WebCore/platform/chromium/ |
ContextMenuChromium.cpp | 44 ContextMenu::ContextMenu(const HitTestResult& result, const PlatformMenuDescription menu) 82 void ContextMenu::setPlatformDescription(PlatformMenuDescription menu)
|
/external/webkit/WebCore/platform/qt/ |
ContextMenuItemQt.cpp | 96 void ContextMenuItem::setSubMenu(ContextMenu* menu) 98 m_platformDescription.subMenuItems = *menu->platformDescription();
|
/external/webkit/WebKit/chromium/src/ |
ContextMenuClientImpl.cpp | 91 // Helper function to get misspelled word on which context menu 92 // is to be evolked. This function also sets the word on which context menu 136 // Displaying the context menu in this function is a big hack as we don't 140 // in response to the above input events before popping up the context menu. 186 // show a selection menu or a more generic page menu. 207 // Writing direction context menu. 245 // Filter out custom menu elements and add them into the data.
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/ |
MenuHandler.h | 38 NSMenu *menu; variable 45 - (NSMenu *)menu;
|
/frameworks/base/core/res/res/layout/ |
list_menu_item_layout.xml | 17 <com.android.internal.view.menu.ListMenuItemView xmlns:android="http://schemas.android.com/apk/res/android" 59 </com.android.internal.view.menu.ListMenuItemView>
|
/hardware/ti/wlan/wl1271/Test/ |
TwIfDebug.c | 88 * \brief Print the TwIf debug menu 90 * Print the TwIf debug menu
|
/packages/apps/Browser/res/menu/ |
browsercontext.xml | 17 <menu xmlns:android="http://schemas.android.com/apk/res/android"> 60 </menu>
|
/system/wlan/ti/wilink_6_1/Test/ |
TwIfDebug.c | 88 * \brief Print the TwIf debug menu 90 * Print the TwIf debug menu
|
/packages/apps/Gallery/res/values/ |
strings.xml | 45 <!-- menu pick: crop the currently selected image --> 48 <!-- menu pick: view the currently selected image --> 51 <!-- menu pick: go to the preferences screen for the camera or image gallery --> 78 <!-- Menu items: --> 79 <!-- menu pick to view the currently selected image --> 82 <!-- menu pick to view the details of the currently selected image --> 85 <!-- menu pick to show the location of the currently selected image on maps--> 88 <!-- menu pick to rotate the currently selected image (brings up submenu) --> 91 <!-- menu pick to rotate the currently selected image to the left --> 94 <!-- menu pick to rotate the currently selected image to the right -- [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideEditorActivity.java | 55 import android.view.Menu; 75 // Menu ids. 311 public boolean onPrepareOptionsMenu(Menu menu) { 315 menu.clear(); 324 menu.add(0, MENU_PREVIEW_SLIDESHOW, 0, R.string.preview_slideshow).setIcon( 330 menu.add(0, MENU_REMOVE_TEXT, 0, R.string.remove_text).setIcon( 336 menu.add(0, MENU_DEL_PICTURE, 0, R.string.remove_picture).setIcon( 339 menu.add(0, MENU_ADD_PICTURE, 0, R.string.add_picture).setIcon( 341 menu.add(0, MENU_TAKE_PICTURE, 0, R.string.attach_take_photo).setIcon [all...] |
/packages/apps/Music/src/com/android/music/ |
AlbumBrowserActivity.java | 46 import android.view.Menu; 271 public void onCreateContextMenu(ContextMenu menu, View view, ContextMenuInfo menuInfoIn) { 272 menu.add(0, PLAY_SELECTION, 0, R.string.play_selection); 273 SubMenu sub = menu.addSubMenu(0, ADD_TO_PLAYLIST, 0, R.string.add_to_playlist); 275 menu.add(0, DELETE_ITEM, 0, R.string.delete_item); 288 menu.setHeaderTitle(getString(R.string.unknown_album_name)); 290 menu.setHeaderTitle(mCurrentAlbumName); 293 menu.add(0, SEARCH, 0, R.string.search_title); 366 // Since we hide the 'search' menu item when both album and artist are 409 public boolean onCreateOptionsMenu(Menu menu) [all...] |
/packages/apps/Browser/src/com/android/browser/ |
BrowserActivity.java | 81 import android.view.Menu; [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebPDFView.mm | 79 - (BOOL)_anyPDFTagsFoundInMenu:(NSMenu *)menu; 242 // was using the old jumpToSelection selector in its menu. Newer versions of Safari will us the 340 // Start with the menu items supplied by PDFKit, with WebKit tags applied 349 appName = UI_STRING("Finder", "Default application name for Open With context menu"); 353 NSString *title = [NSString stringWithFormat:UI_STRING("Open with %@", "context menu item for PDF"), appName]; 363 // pass the items off to the WebKit context menu mechanism 366 NSMenu *menu = [webView _menuForElement:[self elementAtPoint:[self convertPoint:[theEvent locationInWindow] fromView:nil]] defaultItems:items]; 369 // remove or modify some of the PDF-related items. In 10.4, the PDF context menu did not go through 371 // clients that create their own context menu by hand-picking specific items from the default list, such as 375 // menu items. This backward-compatibility hack won't work with any non-Safari clients, but this seems OK (…) [all...] |
/external/junit/src/junit/awtui/ |
TestRunner.java | 17 import java.awt.Menu; 138 * Creates the JUnit menu. Clients override this 139 * method to add additional menu items. 141 protected Menu createJUnitMenu() { 142 Menu menu= new Menu("JUnit"); local 151 menu.add(mi); 153 menu.addSeparator(); 162 menu.add(mi) [all...] |
/external/grub/stage2/ |
stage2.c | 48 /* Unless the user explicitly requests to use the preset menu, 49 always opening the preset menu fails in the grub shell. */ 75 /* Disable the preset menu. */ 104 /* Print an entry in a line of the menu box. */ 136 /* Print entries in the menu box. */ 246 * Main loop for menu UI. 261 /* If the timeout was expired or wasn't set, force to show the menu 266 /* If SHOW_MENU is false, don't display the menu until ESC is pressed. */ 298 grub_printf ("\rPress `ESC' to enter the menu... %d ", 304 /* Only display the menu if the user wants to see it. * [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
DialogTest.java | 751 * 1. First open a option menu will make onMenuOpened onCreatePanelView onCreatePanelMenu 753 * 2. When first open the option menu onCreatePanelMenu will calls through to 755 * 3. When open the option menu onPreparePanel will calls through to 757 * 4. Closed option menu will make onPanelClosed to be called, 759 * 5. Every time open option menu will make onCreatePanelView and onPreparePanel to be called. 760 * 6. Selected a item on the option menu will make onMenuItemSelected to be called, 777 args = {int.class, android.view.Menu.class} 787 args = {int.class, android.view.Menu.class} 792 args = {android.view.Menu.class} 797 args = {int.class, android.view.View.class, android.view.Menu.class [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/ |
plugin.xml | 195 <menu 200 </menu> 225 <menu 231 </menu> 438 class="com.android.ide.eclipse.adt.internal.editors.menu.MenuEditor" 442 id="com.android.ide.eclipse.editors.menu.MenuEditor" 443 name="Android Menu Editor"> 480 class="com.android.ide.eclipse.adt.internal.editors.menu.MenuSourceViewerConfig" 481 target="com.android.ide.eclipse.editors.menu.MenuEditor"> 544 <!-- This duplicates the Refactoring Menu definition from the jdt.ui plugin.xml [all...] |