/cts/tests/res/menu/ |
checkable.xml | 19 <!-- Checkable items appear only in submenus or context menus. -->
|
/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
|
/development/simulator/app/assets/htc-audiovox-5600/ |
layout.xml | 5 <!-- title for menus -->
|
/development/simulator/app/assets/htc-tornado/ |
layout.xml | 5 <!-- title for menus -->
|
/development/simulator/app/assets/samsung-flip-2005/ |
layout.xml | 5 <!-- title for menus -->
|
/external/webkit/WebCore/platform/gtk/ |
gtkdrawing.h | 246 /* Paints the background of menus, context menus. */ 483 * Get a boolean which indicates whether or not to use images in menus. 484 * If TRUE, use images in menus.
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuDialogHelper.java | 30 * Helper for menus that appear as Dialogs (context and submenus).
|
MenuBuilder.java | 64 * menus. This menu type will not have a corresponding MenuView, but it will 111 * Whether the shortcuts should be visible on menus. Use isShortcutsVisible() 135 * Current use case is Context Menus: As Views populate the context menu, each one has 237 * @param allMenusAreClosing Whether the menus are completely closing (true), 693 * Sets whether the shortcuts should be visible on menus. Devices without hardware 711 * @return Whether shortcuts should be visible on menus. 877 * @param allMenusAreClosing Whether the menus are completely closing (true), [all...] |
/packages/apps/Stk/src/com/android/stk/ |
StkMenuActivity.java | 39 * ListActivity used for displaying STK menus. These can be SET UP MENU and 40 * SELECT ITEM menus. This activity is started multiple times with different
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NoteEditor.java | 263 // Build the menus that are shown when editing. 274 // Build the menus that are shown when inserting.
|
NotesList.java | 74 // Inform the list we provide context menus for items
|
/frameworks/base/docs/html/guide/topics/resources/ |
menu-resource.jd | 10 <li><a href="{@docRoot}guide/topics/ui/menus.html">Creating Menus</a></li>
|
available-resources.jd | 53 <dd>Define the contents of your application menus.<br/>
|
index.jd | 86 application menus, drawables, animations, and more.</dd>
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MenuInflateFromXml.java | 33 * Demonstrates inflating menus from XML. There are different menu XML resources
|
SearchInvoke.java | 113 // first, get rid of our menus (if any)
|
/development/simulator/app/assets/android-dream/ |
layout.xml | 5 <!-- title for menus -->
|
/external/webkit/WebCore/platform/mac/ |
PopupMenuMac.mm | 71 // For pullDown menus the first item is hidden.
|
/frameworks/base/core/tests/coretests/src/android/view/ |
ListContextMenu.java | 38 * Exercises context menus in lists
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
MessageViewTests.java | 153 // menus
|
/external/quake/quake/src/WinQuake/data/ |
README.TXT | 338 * Totally rewritten menus
369 * Stopped demos changing while in the menus
376 added com3/com4 support from menus
396 Typing long strings in the hostname or modem init field in the menus caused
|
/packages/apps/Launcher2/res/values/ |
strings.xml | 100 <!-- Menus items: -->
|
/frameworks/base/docs/html/guide/topics/ui/ |
ui-events.jd | 75 on context menus in <a href="{@docRoot}guide/topics/ui/menus.html#context-menu">Creating Menus</a> for more information.</dd>
|
/frameworks/base/tools/aapt/ |
Resource.cpp | 797 sp<ResourceTypeSet> menus; local 824 !applyFileOverlay(bundle, assets, &menus, "menu")) { [all...] |