/packages/apps/Settings/src/com/android/settings/quicklaunch/ |
BookmarkPicker.java | 29 import android.view.Menu; 102 public boolean onCreateOptionsMenu(Menu menu) { 103 menu.add(0, DISPLAY_MODE_LAUNCH, 0, R.string.quick_launch_display_mode_applications) 105 menu.add(0, DISPLAY_MODE_SHORTCUT, 0, R.string.quick_launch_display_mode_shortcuts) 111 public boolean onPrepareOptionsMenu(Menu menu) { 112 menu.findItem(DISPLAY_MODE_LAUNCH).setVisible(mDisplayMode != DISPLAY_MODE_LAUNCH); 113 menu.findItem(DISPLAY_MODE_SHORTCUT).setVisible(mDisplayMode != DISPLAY_MODE_SHORTCUT);
|
/external/webkit/WebCore/manual-tests/ |
item-background.html | 30 When you pull down each menu, the items’ background colors should match up with the swatches on the left (except for the hovered item). 33 Solid white menu: 64 Solid black menu: 95 Transparent menu: 126 50% blue menu:
|
/external/webkit/WebCore/platform/ |
ContextMenuItem.h | 102 ContextMenuItemTagSpellingMenu, // Spelling or Spelling/Grammar sub-menu 107 ContextMenuItemTagFontMenu, // Font sub-menu 115 ContextMenuItemTagSpeechMenu, // Speech sub-menu 118 ContextMenuItemTagWritingDirectionMenu, // Writing Direction sub-menu 127 ContextMenuItemTagTextDirectionMenu, // Text Direction sub-menu
|
/packages/apps/Music/src/com/android/music/ |
ArtistAlbumBrowserActivity.java | 49 import android.view.Menu; 283 public boolean onCreateOptionsMenu(Menu menu) { 284 super.onCreateOptionsMenu(menu); 285 menu.add(0, PARTY_SHUFFLE, 0, R.string.party_shuffle); // icon will be set in onPrepareOptionsMenu() 286 menu.add(0, SHUFFLE_ALL, 0, R.string.shuffle_all).setIcon(R.drawable.ic_menu_shuffle); 291 public boolean onPrepareOptionsMenu(Menu menu) { 292 MusicUtils.setPartyShuffleMenuIcon(menu); 293 return super.onPrepareOptionsMenu(menu); [all...] |
MusicPicker.java | 34 import android.view.Menu; 81 /** Menu item to sort the music list by track title. */ 82 static final int TRACK_MENU = Menu.FIRST; 83 /** Menu item to sort the music list by album title. */ 84 static final int ALBUM_MENU = Menu.FIRST+1; 85 /** Menu item to sort the music list by artist name. */ 86 static final int ARTIST_MENU = Menu.FIRST+2; 499 @Override public boolean onCreateOptionsMenu(Menu menu) { 500 super.onCreateOptionsMenu(menu); [all...] |
/packages/apps/Phone/src/com/android/phone/ |
CdmaPhoneCallState.java | 32 * "Add Call" menu item and disable the "Swap" and "Merge" options 36 * when the user originates another call we need to remember this state to update the menu 68 // Flag to indicate if the "Add Call" menu item in an InCallScreen is OK 126 * Return information for enabling/disabling "Add Call" menu item 133 * Set mAddCallMenuStateAfterCW to enabling/disabling "Add Call" menu item
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
CorpusSelectionDialog.java | 27 import android.view.Menu; 107 public boolean onCreateOptionsMenu(Menu menu) { 108 super.onCreateOptionsMenu(menu); 109 SearchSettings.addSearchSettingsMenuItem(getContext(), menu); local
|
SearchSettings.java | 40 import android.view.Menu; 261 public static void addSearchSettingsMenuItem(Context context, Menu menu) { 267 menu.add(Menu.NONE, Menu.NONE, 0, R.string.menu_settings)
|
/packages/apps/Mms/res/values/ |
strings.xml | 29 <!-- Context menu item on an individual message for dialing the sender's phone number --> 31 <!-- Context menu item on an individual message for emailing the sender --> 34 <!-- Menu item for starting a new conversation --> 36 <!-- Menu item for accessing application settings --> 39 <!-- Menu item to call the recipient of the conversation on the phone (imperative verb) --> 41 <!-- Menu item for deleting all conversations --> 43 <!-- Context menu item on an individual conversation for deleting that conversation --> 45 <!-- This string is no longer used. It used to be the menu item for viewing all messages that 48 <!-- Context menu item on an individual conversation for viewing that conversation --> 65 <!-- Context menu item on an individual message for viewing an attached picture -- [all...] |
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex1.jd | 10 <li><em>The basics of <code>ListActivities</code> and creating and handling menu 16 you can add items to the activity menu, and how the activity handles those menu 302 menu for the Activity. This is shown when the user hits the menu button, 307 menu equation, it is used to handle events generated from the menu (e.g., 377 shortcut keys for menu items</a>, <a 380 menu items to other applications!</a>. </p> 386 <p>We will now create the "Add Item" button that can be accessed by pressing the menu [all...] |
notepad-ex2.jd | 8 create and edit notes. You will also allow the user to delete existing notes through a context menu. 17 <li><em>How to create a context menu</em></li> 69 When you register a View to a context menu, the context menu is revealed by performing a "long-click" 74 <p>First, let's create the context menu that will allow users to delete individual notes. 78 <li>In order for each list item in the ListView to register for the context menu, we call 84 context menu. 87 menu callback used for the options menu. Here, we add just one line, which will add a menu ite [all...] |
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-ex1.jd | 10 <li><em>The basics of <code>ListActivities</code> and creating and handling menu 16 you can add items to the activity menu, and how the activity handles those menu 302 menu for the Activity. This is shown when the user hits the menu button, 307 menu equation, it is used to handle events generated from the menu (e.g., 377 shortcut keys for menu items</a>, <a 380 menu items to other applications!</a>. </p> 386 <p>We will now create the "Add Item" button that can be accessed by pressing the menu [all...] |
notepad-ex2.jd | 8 create and edit notes. You will also allow the user to delete existing notes through a context menu. 17 <li><em>How to create a context menu</em></li> 69 When you register a View to a context menu, the context menu is revealed by performing a "long-click" 74 <p>First, let's create the context menu that will allow users to delete individual notes. 78 <li>In order for each list item in the ListView to register for the context menu, we call 84 context menu. 87 menu callback used for the options menu. Here, we add just one line, which will add a menu ite [all...] |
/external/grub/docs/ |
grub.info | 44 * Menu: 53 * Preset Menu:: Embedding a configuration file into GRUB 57 * Interface:: The menu and the command-line 78 * Menu: 112 (*note Command-line interface::), or a menu interface (*note Menu 114 specification and file name of the kernel manually. In the menu 115 interface, you just select an OS using the arrow keys. The menu is 117 Configuration::). While in the menu, you can switch to the command-line 118 mode, and vice-versa. You can even edit menu entries before using them [all...] |
/frameworks/base/core/java/android/app/ |
Activity.java | 57 import android.view.Menu; [all...] |
/bootable/recovery/ |
common.h | 36 // Display some header text followed by a menu of items, which appears 40 // Set the menu highlight to the given index, and return it (capped to 43 // End menu mode, resetting the text overlay so that ui_print()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Gallery1.java | 57 // We also want to show context menu for longpressed items in the gallery 62 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) { 63 menu.add(R.string.gallery_2_text);
|
/external/webkit/WebCore/platform/brew/ |
LocalizedStringsBrew.cpp | 176 return "Spelling menu"; 201 return "Font menu"; 226 return "Writing direction menu";
|
/external/webkit/WebCore/platform/haiku/ |
ContextMenuItemHaiku.cpp | 33 #include <Menu.h> 137 void ContextMenuItem::setSubMenu(ContextMenu* menu) 142 m_platformDescription = new BMenuItem(menu->platformDescription(), new BMessage(action()));
|
LocalizedStringsHaiku.cpp | 178 return "Spelling menu"; 203 return "Font menu"; 228 return "Writing direction menu";
|
/external/webkit/WebKit/chromium/public/ |
WebContextMenuData.h | 54 // The type of media the context menu is being invoked on. 106 // Writing direction menu items - values are unions of 130 // Custom context menu items provided by the WebCore internals.
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
StkCmdMessage.java | 31 private Menu mMenu; 58 mMenu = ((SelectItemParams) cmdParams).menu; 152 public Menu getMenu() {
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/ |
dir | 7 This (the Directory node) gives a menu of major topics. 12 In Emacs, you can click mouse button 2 on a menu item or cross reference 15 * Menu:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
ResourceType.java | 31 MENU("menu", "Menu"), //$NON-NLS-1$
|
/packages/apps/Email/res/values/ |
strings.xml | 70 <!-- Actions will be used as buttons and in menu items --> 79 <!-- Menu item/button name --> 81 <!-- Menu item/button name --> 83 <!-- Menu item/button name --> 85 <!-- Menu item/button name --> 87 <!-- Menu item/button name --> 91 <!-- Menu item/button name --> 93 <!-- Menu item/button name --> 95 <!-- Menu item/button name --> 97 <!-- Menu item/button name -- [all...] |