HomeSort by relevance Sort by last modified time
    Searched full:menu (Results 726 - 750 of 4273) sorted by null

<<21222324252627282930>>

  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ShareActionProvider/Application/src/main/res/menu/
main_menu.xml 21 the menu element allowing us to use the 'showAsAction' attribute in a backwards compatible way.
25 <menu xmlns:android="http://schemas.android.com/apk/res/android"
38 </menu
  /development/samples/ApiDemos/src/com/example/android/apis/view/
PopupMenu1.java 30 * show a popup menu from an XML resource.
41 popup.getMenuInflater().inflate(R.menu.popup, popup.getMenu());
45 Toast.makeText(PopupMenu1.this, "Clicked popup menu item " + item.getTitle(),
  /development/samples/browseable/ActionBarCompat-ShareActionProvider/res/menu/
main_menu.xml 21 the menu element allowing us to use the 'showAsAction' attribute in a backwards compatible way.
25 <menu xmlns:android="http://schemas.android.com/apk/res/android"
38 </menu
  /frameworks/base/core/java/android/view/
ActionProvider.java 23 * An ActionProvider defines rich menu interaction in a single component.
25 * dynamically populate submenus of a MenuItem, and handle default menu
30 * in place of a simple button in the bar. When the menu item is presented in a way that
31 * does not allow custom action views, (e.g. in an overflow menu,) the ActionProvider
41 * Declare the action provider in an XML menu resource. For example:
65 * constructor that takes a single Context parameter for inflating from menu XML.
128 * If this ActionProvider is associated with an item in a menu,
142 * For the case of an action provider placed in a menu item not shown as an action this
143 * method is invoked if previous callbacks for processing menu selection has handled
147 * A menu item selection is processed in the following order
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuWrapperFactory.java 17 package android.support.v7.view.menu;
24 import android.view.Menu;
35 public static Menu wrapSupportMenu(Context context, SupportMenu supportMenu) {
  /packages/apps/Dialer/InCallUI/res/menu/
incall_audio_mode_menu.xml 17 <!-- "Audio mode" popup menu for the in-call UI. -->
18 <menu xmlns:android="http://schemas.android.com/apk/res/android">
39 </menu>
  /packages/apps/Settings/res/xml/
device_info_phone_status.xml 20 <!-- This menu item is only for CDMA phone -->
26 <!-- This menu item is only for CDMA phone -->
32 <!-- This menu item is only for CDMA phone -->
  /packages/apps/TV/res/layout/
menu.xml 21 <com.android.tv.menu.MenuView xmlns:android="http://schemas.android.com/apk/res/android"
22 android:id="@+id/menu"
39 </com.android.tv.menu.MenuView>
  /packages/apps/UnifiedEmail/res/menu/
conversation_list_search_results_actions.xml 19 <menu xmlns:android="http://schemas.android.com/apk/res/android"
22 <!-- This invisible menu item is used to map CTRL-C to the compose action -->
53 </menu>
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
WindowList.py 21 def add_windows_to_menu(self, menu):
32 menu.add_command(label=title, command=window.wakeup)
88 # This can happen when the window menu was torn off.
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
WindowList.py 21 def add_windows_to_menu(self, menu):
32 menu.add_command(label=title, command=window.wakeup)
88 # This can happen when the window menu was torn off.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 21 def add_windows_to_menu(self, menu):
32 menu.add_command(label=title, command=window.wakeup)
88 # This can happen when the window menu was torn off.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 21 def add_windows_to_menu(self, menu):
32 menu.add_command(label=title, command=window.wakeup)
88 # This can happen when the window menu was torn off.
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/Application/src/main/res/menu/
main.xml 21 the menu element allowing us to use the 'showAsAction' attribute in a backwards compatible way.
25 <menu xmlns:android="http://schemas.android.com/apk/res/android"
41 Here we set the settings item to always be in the overflow menu, by setting
51 </menu
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/Application/src/main/res/menu/
main.xml 21 the menu element allowing us to use the 'showAsAction' attribute in a backwards compatible way.
25 <menu xmlns:android="http://schemas.android.com/apk/res/android"
41 Here we set the settings item to always be in the overflow menu, by setting
51 </menu
  /development/samples/ApiDemos/res/menu/
actions.xml 16 <menu xmlns:android="http://schemas.android.com/apk/res/android">
37 <menu>
46 </menu>
48 </menu>
content_actions.xml 16 <menu xmlns:android="http://schemas.android.com/apk/res/android">
51 <menu>
60 </menu>
62 </menu>
  /development/samples/Wiktionary/
_index.html 5 menu. The word of the day is downloaded from Wiktionary and displayed in a
  /development/samples/WiktionarySimple/
_index.html 4 installation menu. The word of the day is downloaded from Wiktionary and
  /development/samples/browseable/ActionBarCompat-Basic/res/menu/
main.xml 21 the menu element allowing us to use the 'showAsAction' attribute in a backwards compatible way.
25 <menu xmlns:android="http://schemas.android.com/apk/res/android"
41 Here we set the settings item to always be in the overflow menu, by setting
51 </menu
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CardFlipActivity.java 27 import android.view.Menu;
76 public boolean onCreateOptionsMenu(Menu menu) {
77 super.onCreateOptionsMenu(menu);
81 MenuItem item = menu.add(Menu.NONE, R.id.action_flip, Menu.NONE,
145 // Defer an invalidation of the options menu (on modern devices, the action bar). This
160 // When the back stack changes, invalidate the options menu (action bar).
  /device/linaro/hikey/
hikey.kl 40 key 229 MENU WAKE_DROPPED
41 key 139 MENU WAKE_DROPPED
42 key 59 MENU WAKE_DROPPED
113 key 82 MENU WAKE
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIView.mm 108 - (void)onAddMenu:(const SkOSMenu*)menu {
109 [self.fOptionsDelegate view:self didAddMenu:menu];
111 - (void)onUpdateMenu:(SkOSMenu*)menu {
112 [self.fOptionsDelegate view:self didUpdateMenu:menu];
  /external/sl4a/Common/src/com/googlecode/android_scripting/future/
FutureActivityTask.java 24 import android.view.Menu;
66 public void onCreateContextMenu(ContextMenu menu, View v, ContextMenuInfo menuInfo) {
69 public boolean onPrepareOptionsMenu(Menu menu) {
  /frameworks/base/core/java/android/widget/
ShareActionProvider.java 26 import android.view.Menu;
37 * that enable data sharing and also to show a sub menu with sharing activities
38 * if the hosting item is placed on the overflow menu.
44 * public boolean onCreateOptionsMenu(Menu menu) {
45 * // Get the menu item.
46 * MenuItem menuItem = menu.findItem(R.id.my_menu_item);
64 * in the context of a menu item, the use of the provider is not limited to menu items.
99 * The default for the maximal number of activities shown in the sub-menu
    [all...]

Completed in 1297 milliseconds

<<21222324252627282930>>