HomeSort by relevance Sort by last modified time
    Searched full:menu (Results 101 - 125 of 1397) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Tag/res/menu/
menu.xml 17 <menu xmlns:android="http://schemas.android.com/apk/res/android">
24 </menu>
  /external/webkit/WebCore/manual-tests/
context-click-unfocused-frame.html 12 %26ldquo;PASS%26rdquo; should appear. A contextual menu should not open.
secure-keyboard-enabled-after-submit.html 10 1) Use System Preferences > International > Input Menu to enable a non-Roman
13 3) Check that non-Roman input sources are disabled in the Input menu (the flag
14 on the right side of the menu bar).<br>
18 menu.
keyboard-menukey-event.html 4 <title>Menu key testing</title>
20 <li>Click the text input box below and press Menu key.
25 in this text and press Menu key.
  /frameworks/base/test-runner/src/android/test/
TestListActivity.java 24 import android.view.Menu;
49 /** "Mode" group in the menu. */
50 static final int MODE_GROUP = Menu.FIRST;
61 /** "Regression" menu item */
64 /** "Performance" menu item */
67 /** "Profiling" menu item */
171 public boolean onCreateOptionsMenu(Menu menu) {
172 super.onCreateOptionsMenu(menu);
173 mRegressionItem = menu.add(MODE_GROUP, -1, 0, "Regression Mode")
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkApp.java 30 // Identifiers for option menu items
31 static final int MENU_ID_END_SESSION = android.view.Menu.FIRST;
32 static final int MENU_ID_BACK = android.view.Menu.FIRST + 1;
33 static final int MENU_ID_HELP = android.view.Menu.FIRST + 2;
  /sdk/emulator/keymaps/
qwerty.kl 17 key 229 MENU WAKE_DROPPED
18 key 139 MENU WAKE_DROPPED
19 key 59 MENU WAKE_DROPPED
91 key 68 MENU WAKE_DROPPED
  /development/samples/ApiDemos/res/menu/
order.xml 17 <menu xmlns:android="http://schemas.android.com/apk/res/android">
20 order them for the menu (they all have the same default category). -->
38 </menu>
  /frameworks/base/docs/html/shareables/
icon_templates-v1.0.zip 
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerActivity.java 32 import android.view.Menu;
52 * - enable/disable "start service" and "stop service" menu items as
75 * Builds the menu
77 * @param menu - menu to add items to
80 public boolean onCreateOptionsMenu(Menu menu) {
82 menuInflater.inflate(R.menu.menu, menu);
    [all...]
  /packages/apps/Browser/res/menu/
title_context.xml 17 <menu xmlns:android="http://schemas.android.com/apk/res/android">
18 <!-- These are for the context menu for the title bar. Note that we need a
26 </menu>
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 25 import android.view.Menu;
89 public boolean onCreateOptionsMenu(Menu menu) {
90 super.onCreateOptionsMenu(menu);
93 item = menu.add(0, CMD_CLEAR_HISTORY, 0, R.string.clear_history);
96 item = menu.add(0, CMD_ADVANCED_PANEL, 0, R.string.advanced);
99 item = menu.add(0, CMD_BASIC_PANEL, 0, R.string.basic);
106 public boolean onPrepareOptionsMenu(Menu menu) {
107 super.onPrepareOptionsMenu(menu);
    [all...]
  /packages/apps/Email/res/menu/
message_list_context.xml 17 <!-- This context menu is shown for message lists except in trash, outbox, or drafts -->
19 <menu xmlns:android="http://schemas.android.com/apk/res/android">
26 </menu>
message_list_context_drafts.xml 17 <!-- This context menu is shown for drafts message lists -->
19 <menu xmlns:android="http://schemas.android.com/apk/res/android">
22 </menu>
message_list_context_outbox.xml 17 <!-- This context menu is shown for outbox message lists -->
19 <menu xmlns:android="http://schemas.android.com/apk/res/android">
22 </menu>
message_list_context_trash.xml 17 <!-- This context menu is shown for trash message lists -->
19 <menu xmlns:android="http://schemas.android.com/apk/res/android">
22 </menu>
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 33 import android.view.Menu;
231 public boolean onCreateOptionsMenu(Menu menu) {
232 // Inflate menu from XML resource
234 inflater.inflate(R.menu.editor_options_menu, menu);
237 // menu items for any other activities that can do stuff with it
239 // implement the ALTERNATIVE_ACTION for our data, adding a menu item
243 menu.addIntentOptions(Menu.CATEGORY_ALTERNATIVE, 0, 0
    [all...]
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader5.java 27 import android.view.Menu;
116 // Add our initial menu options. We will tweak this menu when it's loaded swap out
119 public boolean onCreateOptionsMenu(Menu menu){
122 super.onCreateOptionsMenu(menu);
124 menu.add(0, 0, R.string.menu_option_start, null);
125 menu.add(0, 1, R.string.menu_option_stop, null);
126 menu.add(0, 2, R.string.menu_option_add, null);
127 menu.add(0, 3, R.string.menu_option_delete, null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuTreePage.java 17 package com.android.ide.eclipse.adt.internal.editors.menu;
28 * Page for the menu form editor.
51 form.setText("Android Menu");
58 "Menu Elements",
59 "List of all menu elements in this XML file.");
  /external/webkit/WebCore/platform/mac/
PopupMenuMac.mm 68 BOOL messagesEnabled = [[m_popup.get() menu] menuChangedMessagesEnabled];
69 [[m_popup.get() menu] setMenuChangedMessagesEnabled:NO];
80 [[m_popup.get() menu] addItem:[NSMenuItem separatorItem]];
106 [[m_popup.get() menu] setMenuChangedMessagesEnabled:messagesEnabled];
122 // Workaround for crazy bug where a selected index of -1 for a menu with only 1 item will cause a blank menu.
131 NSMenu* menu = [m_popup.get() menu];
136 // These values were borrowed from AppKit to match their placement of the menu.
166 page->chrome()->client()->willPopUpMenu(menu);
    [all...]
  /external/webkit/WebKit/win/
WebCoreLocalizedStrings.cpp 42 String WebCore::contextMenuItemTagOpenLinkInNewWindow() { return String(LPCTSTR_UI_STRING("Open Link in New Window", "Open in New Window context menu item")); }
43 String WebCore::contextMenuItemTagDownloadLinkToDisk() { return String(LPCTSTR_UI_STRING("Download Linked File", "Download Linked File context menu item")); }
44 String WebCore::contextMenuItemTagCopyLinkToClipboard() { return String(LPCTSTR_UI_STRING("Copy Link", "Copy Link context menu item")); }
45 String WebCore::contextMenuItemTagOpenImageInNewWindow() { return String(LPCTSTR_UI_STRING("Open Image in New Window", "Open Image in New Window context menu item")); }
46 String WebCore::contextMenuItemTagDownloadImageToDisk() { return String(LPCTSTR_UI_STRING("Download Image", "Download Image context menu item")); }
47 String WebCore::contextMenuItemTagCopyImageToClipboard() { return String(LPCTSTR_UI_STRING("Copy Image", "Copy Image context menu item")); }
48 String WebCore::contextMenuItemTagOpenFrameInNewWindow() { return String(LPCTSTR_UI_STRING("Open Frame in New Window", "Open Frame in New Window context menu item")); }
49 String WebCore::contextMenuItemTagCopy() { return String(LPCTSTR_UI_STRING("Copy", "Copy context menu item")); }
50 String WebCore::contextMenuItemTagGoBack() { return String(LPCTSTR_UI_STRING("Back", "Back context menu item")); }
51 String WebCore::contextMenuItemTagGoForward() { return String(LPCTSTR_UI_STRING("Forward", "Forward context menu item"));
    [all...]
  /external/webkit/WebCore/platform/haiku/
ContextMenuHaiku.cpp 36 #include <Menu.h>
46 ContextMenuReceiver(ContextMenu* menu)
48 , m_menu(menu)
59 printf("Error: Context menu item with code %i not found!\n", m_result);
117 void ContextMenu::setPlatformDescription(PlatformMenuDescription menu)
119 if (static_cast<BMenu*>(menu) == m_platformDescription)
123 m_platformDescription = static_cast<BMenu*>(menu);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 28 import android.view.Menu;
45 /** Menu ID for the command to clear the window. */
46 private static final int CLEAR_ID = Menu.FIRST;
47 /** Menu ID for the command to toggle fading. */
48 private static final int FADE_ID = Menu.FIRST+1;
72 @Override public boolean onCreateOptionsMenu(Menu menu) {
73 menu.add(0, CLEAR_ID, 0, "Clear");
74 menu.add(0, FADE_ID, 0, "Fade").setCheckable(true);
75 return super.onCreateOptionsMenu(menu);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 34 import android.view.Menu;
162 public boolean onCreateOptionsMenu(Menu menu) {
163 super.onCreateOptionsMenu(menu);
165 inflater.inflate(R.menu.history, menu);
170 public boolean onPrepareOptionsMenu(Menu menu) {
171 menu.findItem(R.id.clear_history_menu_id).setVisible(Browser.canClearHistory(this.getContentResolver()));
194 public void onCreateContextMenu(ContextMenu menu, View v
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
Notepadv2.java 24 import android.view.Menu;
36 private static final int INSERT_ID = Menu.FIRST;
37 private static final int DELETE_ID = Menu.FIRST + 1;
71 public boolean onCreateOptionsMenu(Menu menu) {
72 super.onCreateOptionsMenu(menu);
73 menu.add(0, INSERT_ID, 0, R.string.menu_insert);
89 public void onCreateContextMenu(ContextMenu menu, View v,
91 super.onCreateContextMenu(menu, v, menuInfo);
92 menu.add(0, DELETE_ID, 0, R.string.menu_delete)
    [all...]

Completed in 1820 milliseconds

1 2 3 45 6 7 8 91011>>