HomeSort by relevance Sort by last modified time
    Searched full:menus (Results 1 - 25 of 397) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
manifest.json 2 "name": "Context Menus Sample",
3 "description": "Shows some of the features of the Context Menus API",
  /frameworks/support/v4/java/android/support/v4/internal/view/
SupportSubMenu.java 22 * Subclass of {@link Menu} for sub menus.
24 * Sub menus do not support item icons, or nested sub menus.
28 * <p>For information about creating menus, read the
29 * <a href="{@docRoot}guide/topics/ui/menus.html">Menus</a> developer guide.</p>
SupportMenu.java 30 * <li><b>Context menus</b>: Do not support item shortcuts and item icons.
31 * <li><b>Options menus</b>: The <b>icon menus</b> do not support item check
34 * <b>expanded menus</b> (only available if six or more menu items are visible,
37 * <li><b>Sub menus</b>: Do not support item icons, or nested sub menus.
43 * <p>For more information about creating menus, read the
44 * <a href="{@docRoot}guide/topics/ui/menus.html">Menus</a> developer guide.
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/
TemplateInfo.plist 11 Description = "This project builds an SDL-based application with Cocoa menus.";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/
TemplateInfo.plist 11 Description = "This project builds an SDL-based application with Cocoa menus.";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLCocoaApp.xcodeproj/
TemplateInfo.plist 11 Description = "This project builds an SDL-based application with Cocoa menus.";
  /frameworks/base/core/java/android/view/
SubMenu.java 22 * Subclass of {@link Menu} for sub menus.
24 * Sub menus do not support item icons, or nested sub menus.
28 * <p>For information about creating menus, read the
29 * <a href="{@docRoot}guide/topics/ui/menus.html">Menus</a> developer guide.</p>
ContextMenu.java 24 * Extension of {@link Menu} for context menus providing functionality to modify
27 * Context menus do not support item shortcuts and item icons.
35 * <p>For information about creating menus, read the
36 * <a href="{@docRoot}guide/topics/ui/menus.html">Menus</a> developer guide.</p>
  /packages/apps/Dialer/
proguard.flags 1 # Xml files containing onClick (menus and layouts) require that proguard not
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentNestingTabsSupport.java 36 mTabHost.addTab(mTabHost.newTabSpec("menus").setIndicator("Menus"),
  /external/chromium/chrome/browser/ui/cocoa/
ui_localizer.h 26 // - Titles and altTitles (for menus, buttons, windows, menuitems, -tabViewItem)
31 // - menus
  /external/chromium/chrome/common/extensions/docs/static/
contextMenus.html 1 <div id="pageData-name" class="pageData">Context Menus</div>
5 The context menus module allows you
  /development/samples/ApiDemos/
README.txt 7 - Menus
  /external/chromium/chrome/browser/translate/
languages_menu_model.h 13 // A menu model that builds the contents of the language menus in the translate
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMenuInflater.java 12 * Shadow of {@code MenuInflater} that actually inflates menus into {@code View}s that are functional enough to
  /packages/apps/Contacts/
proguard.flags 5 # Xml files containing onClick (menus and layouts) require that proguard not
  /packages/apps/Dialer/tests/
proguard.flags 5 # Xml files containing onClick (menus and layouts) require that proguard not
  /frameworks/base/docs/html/design/patterns/
selection.jd 5 <a class="notice-developers" href="{@docRoot}guide/topics/ui/menus.html#context-menu">
8 <p>Menus: Creating Contextual Menus</p>
32 Traditional use of the long press gesture to show contextual menus.
92 <a href="{@docRoot}guide/topics/ui/menus.html#CAB">Using the contextual action mode</a>.</p>
105 contextual menus.</p>
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
menu_design.jd 21 <a href="{@docRoot}guide/topics/ui/menus.html">Menus</a>.</p>
55 <li><a href=#tour_of_the_menus>Tour of the Menus</a>
59 <li style="padding-top: 4px;"><a href=#comparison_of_options_and_context_menus>Comparison of Options &amp; Context Menus</a></li>
94 application or other applications. Menus are useful for freeing screen space,
100 The Android system provides two types of menus you can use to provide
115 All but the simplest applications have menus. The system automatically
116 lays the menus out and provides standard ways for users to access them.
118 functionality across all applications. All menus are panels that "float"
125 Let's start out with a quick tour of the menus
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.h 62 // gtk menus rooted in |menu|.
116 // Our bookmark menus. We don't use the MenuGtk class because we have to do
119 // - The menu items have context menus.
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.h 34 // chromeos::BrowserView adds ChromeOS specific controls and menus to a
95 // System menus.
  /external/chromium/chrome/browser/ui/views/
wrench_menu.h 53 // Populates |parent| with all the child menus in |model|. Recursively invokes
68 // Invoked from the cut/copy/paste menus. Cancels the current active menu and
  /development/samples/Home/res/values/
strings.xml 22 <!-- Home Menus -->
  /device/google/accessory/demokit/
make-download.sh 31 # so that it shows up in the Arduino IDE menus:
  /external/chromium/chrome/browser/extensions/
extension_context_menu_apitest.cc 19 // crbug.com/51436 -- creating context menus from multiple script contexts

Completed in 8530 milliseconds

1 2 3 4 5 6 7 8 91011>>