HomeSort by relevance Sort by last modified time
    Searched refs:MENU (Results 1 - 25 of 55) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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...]
cursesm.h 42 # include <menu.h>
46 // This wraps the ITEM type of <menu.h>
142 // user supplied driver for a menu; you may derive from this class and
144 // If an action returns true, the menu will be exited. The default action
190 void _nc_xx_mnu_init(MENU *);
191 void _nc_xx_mnu_term(MENU *);
192 void _nc_xx_itm_init(MENU *);
193 void _nc_xx_itm_term(MENU *);
198 // This wraps the MENU type of <menu.h
204 MENU *menu; member in class:NCursesMenu
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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...]
cursesm.h 42 # include <menu.h>
46 // This wraps the ITEM type of <menu.h>
142 // user supplied driver for a menu; you may derive from this class and
144 // If an action returns true, the menu will be exited. The default action
190 void _nc_xx_mnu_init(MENU *);
191 void _nc_xx_mnu_term(MENU *);
192 void _nc_xx_itm_init(MENU *);
193 void _nc_xx_itm_term(MENU *);
198 // This wraps the MENU type of <menu.h
204 MENU *menu; member in class:NCursesMenu
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
AssetType.java 20 * The type of asset to create: launcher icon, menu icon, etc.
36 MENU("Pre-Android 3.0 Menu Icons", "ic_menu_%s"); //$NON-NLS-2$
  /bootable/recovery/
screen_ui.h 26 // (shows an icon + a progress bar, text logging, menu, etc.)
52 // menu display
60 enum UIElement { HEADER, MENU, MENU_SEL_BG, MENU_SEL_FG, LOG, TEXT_FILL };
97 char menu[kMaxRows][kMaxCols]; member in class:ScreenRecoveryUI
screen_ui.cpp 186 case MENU:
222 if (i == menu_top) SetColor(MENU);
230 if (menu[i][0]) gr_text(4, y, menu[i], 1);
231 SetColor(MENU);
233 if (menu[i][0]) gr_text(4, y, menu[i], i < menu_top);
237 SetColor(MENU);
247 // screen, the bottom of the menu, or we've displayed the
506 strncpy(menu[i], headers[i], text_cols-1)
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/actions/
SingleKeyAction.java 38 public static final SingleKeyAction MENU = new SingleKeyAction(KeyEvent.KEYCODE_MENU);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 197 case MENU:
224 case MENU:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditorDelegate.java 17 package com.android.ide.eclipse.adt.internal.editors.menu;
40 * Multi-page form editor for /res/menu XML files.
50 if (ResourceFolderType.MENU == type) {
63 AdtConstants.EDITORS_NAMESPACE + ".menu.MenuEditor"; //$NON-NLS-1$
  /external/chromium_org/ui/native_theme/
native_theme_win.cc 840 HANDLE handle = GetThemeHandle(MENU);
856 HANDLE handle = GetThemeHandle(MENU);
872 HANDLE handle = GetThemeHandle(MENU);
    [all...]
native_theme_win.h 42 MENU,
166 // therefore the menu arrow should point to the left and not to the right.
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
ActionBarLayout.java 28 import com.android.internal.view.menu.MenuBuilder;
29 import com.android.internal.view.menu.MenuItemImpl;
185 if (mBridgeContext.getRenderResources().getProjectResource(ResourceType.MENU, name)
187 int id = mBridgeContext.getProjectResourceValue(ResourceType.MENU, name, -1);
256 * Returns a {@link LinearLayout} containing the menu list view to be embedded in a
315 // Copied from com.android.internal.view.menu.MenuPopHelper.measureContentWidth()
  /device/asus/fugu/recovery/
recovery_ui.cpp 156 case MENU:
  /build/tools/droiddoc/templates-sdk-dyn/components/
masthead.cs 52 <?cs # ADD SEARCH AND MENU ?>
244 <?cs # ADD SEARCH AND MENU ?>
  /external/chromium_org/tools/grit/grit/format/
rc_unittest.py 81 <structure type="menu" name="IDC_KLONKMENU" file="grit\\testdata\klonk.rc" encoding="utf-16" />
92 IDC_KLONKMENU MENU
353 <structure type="menu" name="IDC_KLONKMENU"
384 IDC_KLONKMENU MENU
  /prebuilts/sdk/tools/lib/
common.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 200 TM_PROP(1605,TMT,MENU,COLOR)
584 BEGIN_TM_CLASS_PARTS(MENU)
593 BEGIN_TM_PART_STATES(MENU)
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 52 <?cs # ADD SEARCH AND MENU ?>
304 <?cs # ADD SEARCH AND MENU ?>
  /frameworks/native/include/input/
InputEventLabels.h 124 DEFINE_KEYCODE(MENU),
  /external/qemu/android/
hw-events.h 42 * The Android "Menu" key is KEY_SOFT1, *not* KEY_MENU
192 KEY_CODE(MENU ,139) \
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.0/
layoutlib-api-22.4.0.jar 

Completed in 1670 milliseconds

1 2 3