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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/view/
MenuTest.kt 20 import android.view.Menu.NONE
33 private val menu = Toolbar(InstrumentationRegistry.getContext()).menu
36 val item = menu.add("")
37 assertSame(item, menu[0])
41 val item1 = menu.add("")
42 assertTrue(item1 in menu)
44 val item2 = menu.add("")
45 assertTrue(item2 in menu)
49 val item1 = menu.add(NONE, 1, NONE, ""
    [all...]
  /frameworks/base/core/java/android/widget/
MenuItemHoverListener.java 6 import com.android.internal.view.menu.MenuBuilder;
9 * An interface notified when a menu item is hovered. Useful for cases when hover should trigger
16 * Called when hover exits a menu item.
21 * @param menu the item's parent menu
22 * @param item the hovered menu item
24 void onItemHoverExit(@NonNull MenuBuilder menu, @NonNull MenuItem item);
27 * Called when hover enters a menu item.
29 * @param menu the item's parent menu
    [all...]
  /cts/apps/CtsVerifier/res/menu/
ca_menu.xml 2 <menu xmlns:android="http://schemas.android.com/apk/res/android">
3 </menu>
  /external/syslinux/com32/cmenu/
TODO 1 * Write COMBOOT code to read .menu files and parse them directly
2 - take the name of menu file to parse from commandline
  /external/robolectric/v1/src/test/resources/res/menu/
test.xml 0 <menu xmlns:android="http://schemas.android.com/apk/res/android">
3 android:title="Test menu item 1" />
5 android:title="Test menu item 2" />
6 </menu>
test_withchilds.xml 0 <menu xmlns:android="http://schemas.android.com/apk/res/android">
2 <item android:id="@+id/test_menu_1" android:title="Test menu item 1">
5 <item android:id="@+id/test_menu_2" android:title="Test menu item 2" />
6 <item android:id="@+id/test_menu_3" android:title="Test menu item 3" />
9 <menu>
10 <item android:id="@+id/test_menu_2" android:title="Test menu item 2" />
11 <item android:id="@+id/test_menu_3" android:title="Test menu item 3" />
12 </menu>
14 </menu>
  /external/robolectric-shadows/robolectric/src/test/resources/res/menu/
test_withorder.xml 0 <menu xmlns:android="http://schemas.android.com/apk/res/android">
4 android:title="Test menu item 2"/>
7 android:title="Test menu item 1"/>
8 </menu>
test_withchilds.xml 0 <menu xmlns:android="http://schemas.android.com/apk/res/android">
2 <item android:id="@+id/test_menu_1" android:title="Test menu item 1">
5 <item android:id="@+id/test_menu_2" android:title="Test menu item 2" />
6 <item android:id="@+id/test_menu_3" android:title="Test menu item 3" />
9 <menu>
10 <item android:id="@+id/test_menu_2" android:title="Test menu item 2" />
11 <item android:id="@+id/test_menu_3" android:title="Test menu item 3" />
12 </menu>
14 </menu>
action_menu.xml 0 <menu xmlns:android="http://schemas.android.com/apk/res/android">
5 </menu>
test.xml 0 <menu xmlns:android="http://schemas.android.com/apk/res/android">
3 android:title="Test menu item 1" />
6 </menu>
  /external/clang/www/
menu.css 5 [id=menu] {
10 /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
17 /* menu style */
20 #menu .submenu {
25 #menu label {
31 #menu a {
37 #menu a:visited {
  /external/compiler-rt/www/
menu.css 5 [id=menu] {
10 /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
17 /* menu style */
20 #menu .submenu {
25 #menu label {
31 #menu a {
37 #menu a:visited {
  /external/libcxx/www/
menu.css 5 [id=menu] {
10 /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
17 /* menu style */
20 #menu .submenu {
25 #menu label {
31 #menu a {
37 #menu a:visited {
  /external/libcxxabi/www/
menu.css 5 [id=menu] {
10 /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
17 /* menu style */
20 #menu .submenu {
25 #menu label {
31 #menu a {
37 #menu a:visited {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/www/
menu.css 5 [id=menu] {
10 /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
17 /* menu style */
20 #menu .submenu {
25 #menu label {
31 #menu a {
37 #menu a:visited {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/www/
menu.css 5 [id=menu] {
10 /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
17 /* menu style */
20 #menu .submenu {
25 #menu label {
31 #menu a {
37 #menu a:visited {
  /external/toybox/kconfig/
menu.c 12 struct menu rootmenu;
13 static struct menu **last_entry_ptr;
18 static void menu_warn(struct menu *menu, const char *fmt, ...)
22 fprintf(stderr, "%s:%d:warning: ", menu->file->name, menu->lineno);
46 struct menu *menu; local
48 menu = malloc(sizeof(*menu));
230 struct menu *menu, *last_menu; local
    [all...]
lkc_proto.h 9 /* menu.c */
10 P(rootmenu,struct menu,);
12 P(menu_is_visible,bool,(struct menu *menu));
13 P(menu_get_prompt,const char *,(struct menu *menu));
14 P(menu_get_root_menu,struct menu *,(struct menu *menu));
15 P(menu_get_parent_menu,struct menu *,(struct menu *menu))
    [all...]
  /external/syslinux/com32/hdt/floppy/
hdt.cfg 1 UI menu.c32
5 MENU TITLE Hardware Detection Tool (HDT) version %VERSION% (%CODENAME%)
6 MENU MARGIN 0
7 MENU ROWS 15
8 MENU TABMSG
9 MENU TABMSGROW -3
10 MENU CMDLINEROW -3
11 MENU HELPMSGROW -4
12 MENU HELPMSGENDROW -1
14 MENU COLOR SCREEN 37;4
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
ListContextMenu.java 26 import android.view.Menu;
98 public boolean onCreateOptionsMenu(Menu menu) {
99 MenuItem item = menu.add(0, 0, 0, "Really long menu item name");
103 SubMenu sm = menu.addSubMenu(0, 0, 0, "The 2nd item, a sub menu").setIcon(R.drawable.black_square_stretchable);
105 item.setTitleCondensed("Sub menu");
110 menu.add(0, 0, 0, "Item 3");
111 menu.add(0, 0, 0, "Item 4")
    [all...]
  /external/python/cpython2/Demo/tkinter/matt/
menu-all-types-of-entries.py 22 # | | <-------- This is a MENU. The lines of text in the menu are
23 # | | MENU ENTRIES
27 # | | another file | <------ this cascading part is also a MENU
44 print "picked a menu item"
56 # make menu button
61 # make the pulldown part of the File menu. The parameter passed is the master.
62 # we attach it to the button as a python attribute called "menu" by convention.
64 Command_button.menu = Menu(Command_button
    [all...]
  /external/syslinux/gpxe/src/usr/
pxemenu.c 47 /** A PXE boot menu item */
56 * A PXE boot menu
58 * This structure encapsulates the menu information provided via DHCP
69 /** Number of menu items */
71 /** Selected menu item */
73 /** Menu items */
78 * Parse and allocate PXE boot menu
80 * @v menu PXE boot menu to fill in
84 * boot menu
346 struct pxe_menu *menu; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/windres/
lang.rc 5 1 MENU MOVEABLE PURE DISCARDABLE
11 1 MENU MOVEABLE PURE DISCARDABLE
escapea.rc 1 20 MENU DISCARDABLE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
menu.h 33 /* $Id: menu.h,v 1.20 2009/04/05 00:28:07 tom Exp $ */
52 /* Menu options: */
71 TEXT name; /* name of menu item */
73 struct tagMENU *imenu; /* Pointer to parent menu */
76 short index; /* Item number if connected to a menu */
77 short y; /* y and x location of item in menu */
108 WINDOW *win; /* Window containing menu */
109 WINDOW *sub; /* Subwindow for menu display */
113 short nitems; /* Nr. of items in menu */
115 short toprow; /* Top row of menu */
    [all...]

Completed in 409 milliseconds

1 2 3 4 5 6 7 8 91011>>