HomeSort by relevance Sort by last modified time
    Searched full:menus (Results 26 - 50 of 271) sorted by null

12 3 4 5 6 7 8 91011

  /external/valgrind/docs/lib/
vg_basic.css 56 /* don't have underlined links in chunked nav menus */
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutActivity.java 28 * Activity to present settings menus and options.
  /frameworks/base/docs/html/training/sharing/
shareaction.jd 17 <li><a href="#update-menus">Update Menu Declarations</a></li>
48 <h2 id="update-menus">Update Menu Declarations</h2>
120 <p>You may only need to set the share intent once during the creation of your menus, or you may
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
extend.txt 48 At the moment, extensions cannot define whole new menus; they must define
49 entries in existing menus. Some menus are not present on some windows; such
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
extend.txt 48 At the moment, extensions cannot define whole new menus; they must define
49 entries in existing menus. Some menus are not present on some windows; such
  /frameworks/base/core/java/android/view/
Menu.java 36 * <li><b>Context menus</b>: Do not support item shortcuts and item icons.
37 * <li><b>Options menus</b>: The <b>icon menus</b> do not support item check
40 * <b>expanded menus</b> (only available if six or more menu items are visible,
43 * <li><b>Sub menus</b>: Do not support item icons, or nested sub menus.
48 * <p>For more information about creating menus, read the
49 * <a href="{@docRoot}guide/topics/ui/menus.html">Menus</a> developer guide.</p>
213 * Note that you can only have one level of sub-menus, i.e. you cannnot ad
    [all...]
  /external/bzip2/
bzip.css 59 /* don't have underlined links in chunked nav menus */
  /frameworks/base/core/java/com/android/internal/view/menu/
ContextMenuBuilder.java 33 * context menus, it will use this class.
MenuDialogHelper.java 29 * Helper for menus that appear as Dialogs (context and submenus).
  /frameworks/base/docs/html/design/patterns/
compatibility.jd 17 <li>Robust pattern for the use of menus in action bars.</li>
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
index.jd 29 icons in menus, dialogs, tabs, the status bar, and lists. The Icon Guidelines
  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/menu/
BridgeMenuItemImpl.java 31 * the layout. For Menus, we store this cookie here and attach it to the corresponding view
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
FrameworkActionBarWrapper.java 121 * Gets the menus to add to the action bar from the callback, resolves them, inflates them and
144 * The context used for the ActionBar and the menus in the ActionBarView.
158 * The Menu in which to inflate the user's menus.
199 // Inflating the menus doesn't initialize the ActionMenuPresenter. Setting a fake menu
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
AssetType.java 35 /** Icons shown in menus */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesm.h 336 // Retrieve the menus subwindow
342 // Set the menus subwindow
417 // Get the menus background attributes
422 // Get the menus foreground attributes
427 // Get the menus grey attributes (used for unselectable items)
432 // Set the menus background attributes
437 // Set the menus foreground attributes
442 // Set the menus grey attributes (used for unselectable items)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesm.h 336 // Retrieve the menus subwindow
342 // Set the menus subwindow
417 // Get the menus background attributes
422 // Get the menus foreground attributes
427 // Get the menus grey attributes (used for unselectable items)
432 // Set the menus background attributes
437 // Set the menus foreground attributes
442 // Set the menus grey attributes (used for unselectable items)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java 67 // - top items can contain sub-menus
108 // -- top menu can have all top groups and top items (which can have sub menus)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
FrameWork.py 21 from Carbon.Menus import *
42 # Trick to forestall a set of SIOUX menus being added to our menubar
450 """Represent a set of menus in a menu bar.
472 self.menus = {}
478 self.menus = None
510 for m in self.menus.keys():
511 menu = self.menus[m]
534 if id in self.menus:
535 self.menus[id].dispatch(id, item, window, event)
541 # XXX Need a way to get menus as resources and bind them to callback
    [all...]
  /cts/tests/tests/view/res/menu/
checkable.xml 19 <!-- Checkable items appear only in submenus or context menus. -->
  /development/samples/ApiDemos/
_index.html 9 <li>Menus</li>
  /development/samples/ApiDemos/res/menu/
checkable.xml 19 <!-- Checkable items appear only in submenus or context menus. -->
  /development/samples/SkeletonApp/src/com/example/android/skeletonapp/
SkeletonActivity.java 78 // We are going to create two menus. Note that we assign them
  /frameworks/base/docs/html/guide/topics/resources/
available-resources.jd 37 <dd>Define the contents of your application menus.<br/>
  /frameworks/base/docs/html/guide/topics/ui/
index.jd 3 page.landing.intro=Your app's user interface is everything that the user can see and interact with. Android provides a variety of pre-build UI components such as structured layout objects and UI controls that allow you to build the graphical user interface for your app. Android also provides other UI modules for special interfaces such as dialogs, notifications, and menus.
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
MenuInflater_Delegate.java 40 * For Menus, the views may be reused and the {@link MenuItem} is a better object to hold the

Completed in 4463 milliseconds

12 3 4 5 6 7 8 91011