HomeSort by relevance Sort by last modified time
    Searched full:menu (Results 476 - 500 of 1265) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKit/mac/Plugins/
npapi.mm 189 NPError NPN_PopUpContextMenu(NPP instance, NPMenu *menu)
191 return [pluginViewForInstance(instance) popUpContextMenu:menu];
  /frameworks/base/include/ui/
KeycodeLabels.h 107 { "MENU", 82 },
231 { "MENU", 0x00000040 },
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
AppWidgetHostActivity.java 159 public void onCreateContextMenu(ContextMenu menu, View v,
161 menu.add(ContextMenu.NONE, R.string.delete_appwidget, ContextMenu.NONE,
  /packages/apps/Browser/res/menu/
browser.xml 17 <menu xmlns:android="http://schemas.android.com/apk/res/android">
115 </menu>
  /packages/apps/Browser/src/com/android/browser/
WebsiteSettingsActivity.java 32 import android.view.Menu;
591 public boolean onCreateOptionsMenu(Menu menu) {
593 inflater.inflate(R.menu.websitesettings, menu);
598 public boolean onPrepareOptionsMenu(Menu menu) {
600 // we aren't listing any sites hide the clear all button (and hence the menu).
  /packages/apps/Gallery3D/res/values-cs/
strings.xml 68 <string name="menu" msgid="1819649153380636719">"Menu"</string>
  /packages/apps/Gallery3D/res/values-da/
strings.xml 68 <string name="menu" msgid="1819649153380636719">"Menu"</string>
  /packages/apps/Gallery3D/res/values-fr/
strings.xml 68 <string name="menu" msgid="1819649153380636719">"Menu"</string>
  /packages/apps/Gallery3D/res/values-it/
strings.xml 68 <string name="menu" msgid="1819649153380636719">"Menu"</string>
  /packages/apps/Gallery3D/res/values-nl/
strings.xml 68 <string name="menu" msgid="1819649153380636719">"Menu"</string>
  /packages/apps/Gallery3D/res/values-pl/
strings.xml 68 <string name="menu" msgid="1819649153380636719">"Menu"</string>
  /packages/apps/Gallery3D/res/values-pt/
strings.xml 68 <string name="menu" msgid="1819649153380636719">"Menu"</string>
  /packages/apps/Gallery3D/res/values-pt-rPT/
strings.xml 68 <string name="menu" msgid="1819649153380636719">"Menu"</string>
  /packages/apps/Phone/res/layout/
call_card.xml 95 <!-- The hint about the Menu button, below all the call info.
97 menu while in-call, i.e. it's never shown on devices where the
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnSettings.java 56 import android.view.Menu;
325 public void onCreateContextMenu(ContextMenu menu, View v,
327 super.onCreateContextMenu(menu, v, menuInfo);
333 menu.setHeaderTitle(p.getName());
338 menu.add(0, CONTEXT_MENU_CONNECT_ID, 0, R.string.vpn_menu_connect)
340 menu.add(0, CONTEXT_MENU_DISCONNECT_ID, 0,
343 menu.add(0, CONTEXT_MENU_EDIT_ID, 0, R.string.vpn_menu_edit)
345 menu.add(0, CONTEXT_MENU_DELETE_ID, 0, R.string.vpn_menu_delete)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
UiContentOutlinePage.java 58 import org.eclipse.swt.widgets.Menu;
255 * The menu is about to be shown. The menu manager has already been
256 * requested to remove any existing menu item. This method gets the
271 Menu contextMenu = menuManager.createContextMenu(control);
276 * Adds the menu actions to the context menu when the given UI node is selected in
279 * @param manager The context menu manager
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
FolderTypeRelationship.java 55 add(ResourceType.MENU, ResourceFolderType.MENU, typeToFolderMap, folderToTypeMap);
SingleResourceFile.java 36 * This is typically an XML file inside res/anim, res/layout, or res/menu or an image file
133 if (type == ResourceType.ANIM || type == ResourceType.LAYOUT || type == ResourceType.MENU ||
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
README.txt 22 B- Create a new "JUnit Plug-in Test" run configuration via the "Run > Open Run Dialog..." menu
85 C- Create a new "JUnit Plug-in Test" run configuration via the "Run > Open Run Dialog..." menu
  /external/webkit/WebCore/rendering/
RenderMenuList.cpp 375 // before at index 0, we fall back to the menu's style.
403 // Otherwise, the item's background is overlayed on top of the menu background.
408 // If the menu background is not opaque, then add an opaque white background behind.
454 // drop-down button. But leaving room for the button inside the popup menu itself
456 // space appear on the side of the popup menu.
  /external/quake/quake/src/QW/client/
qwcl.mak 98 -@erase "$(INTDIR)\menu.obj"
214 "$(INTDIR)\menu.obj" \
350 -@erase "$(INTDIR)\menu.obj"
351 -@erase "$(INTDIR)\menu.sbr"
484 "$(INTDIR)\menu.sbr" \
572 "$(INTDIR)\menu.obj" \
701 -@erase "$(INTDIR)\menu.obj"
702 -@erase "$(INTDIR)\menu.sbr"
796 "$(INTDIR)\menu.sbr" \
859 "$(INTDIR)\menu.obj" \
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
TwelveKeyDialer.java 56 import android.view.Menu;
508 public boolean onCreateOptionsMenu(Menu menu) {
509 mAddToContactMenuItem = menu.add(0, MENU_ADD_CONTACTS, 0, R.string.recentCalls_addToContact)
511 m2SecPauseMenuItem = menu.add(0, MENU_2S_PAUSE, 0, R.string.add_2sec_pause)
513 mWaitMenuItem = menu.add(0, MENU_WAIT, 0, R.string.add_wait)
519 public boolean onPrepareOptionsMenu(Menu menu) {
520 // We never show a menu if the "choose dialpad" UI is up.
539 // Check out whether to show Pause & Wait option menu item
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 511 QMenu* menu = new QMenu(q->view()); local
527 menu->addAction(a);
533 menu->addSeparator();
549 menu->addAction(subMenu->menuAction());
556 return menu;
931 QMenu *menu = q->createStandardContextMenu(); local
932 if (menu) {
933 menu->exec(globalPos);
934 delete menu;
941 This function creates the standard context menu which is shown whe
949 QMenu *menu = d->currentContextMenu; local
2755 ContextMenu *menu = d->page->contextMenuController()->contextMenu(); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EditEvent.java 66 import android.view.Menu;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 60 import android.view.Menu;
    [all...]

Completed in 450 milliseconds

<<11121314151617181920>>