/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
menu.h | 33 /* $Id: menu.h,v 1.19 2007/02/24 17:32:13 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/chimpchat/src/com/android/chimpchat/core/ |
PhysicalButton.java | 21 MENU("KEYCODE_MENU"),
|
/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. 27 MENU("Menu Icons", "ic_menu_%s"), //$NON-NLS-2$
|
ConfigureAssetSetPage.java | [all...] |
/sdk/common/src/com/android/resources/ |
ResourceFolderType.java | 31 MENU(AndroidConstants.FD_RES_MENU),
|
FolderTypeRelationship.java | 57 add(ResourceType.MENU, ResourceFolderType.MENU); 58 add(ResourceType.ID, ResourceFolderType.MENU);
|
ResourceType.java | 38 MENU("menu", "Menu"), //$NON-NLS-1$
|
/sdk/ide_common/src/com/android/ide/common/resources/ |
ResourceFolder.java | 80 // We have a special case for layout/menu folders which can also generate IDs. 92 } else if (types.contains(ResourceType.MENU)) { 93 resFile = new IdGeneratingResourceFile(file, this, ResourceType.MENU);
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/controller/ |
MonkeyControllerFrame.java | 99 toolbar.add(createToolbarButton(PhysicalButton.MENU));
|
/prebuilt/common/tools-common/ |
tools-common-prebuilt.jar | |
/external/qemu/android/ |
hw-events.h | 42 * The Android "Menu" key is KEY_SOFT1, *not* KEY_MENU 181 KEY_CODE(MENU ,139) \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 40 import com.android.ide.eclipse.adt.internal.editors.menu.descriptors.MenuDescriptors; 115 * Information on one type of resource that can be created (e.g. menu, pref, layout, etc.) 334 new TypeInfo("Menu", // UI name 335 "An XML file that describes an menu.", // tooltip 336 ResourceFolderType.MENU, // folder type 398 // this menu since it's not often used for creating XML files. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 33 import com.android.ide.eclipse.adt.internal.editors.menu.MenuEditor; [all...] |
/prebuilt/linux-x86/swt/ |
swt.jar | |
/prebuilt/linux-x86_64/swt/ |
swt.jar | |
/prebuilt/darwin-x86/swt/ |
swt.jar | |
/prebuilt/darwin-x86_64/swt/ |
swt.jar | |
/prebuilt/windows/swt/ |
swt.jar | |
/prebuilt/windows-x86_64/swt/ |
swt.jar | |