Searched defs:VALUES (Results 1 – 3 of 3) sorted by relevance
| /sdk/common/src/com/android/resources/ |
| D | FolderTypeRelationship.java | 42 add(ResourceType.ARRAY, ResourceFolderType.VALUES); in add() 43 add(ResourceType.ATTR, ResourceFolderType.VALUES); in add() 44 add(ResourceType.BOOL, ResourceFolderType.VALUES); in add() 45 add(ResourceType.COLOR, ResourceFolderType.VALUES); in add() 47 add(ResourceType.DECLARE_STYLEABLE, ResourceFolderType.VALUES); in add() 48 add(ResourceType.DIMEN, ResourceFolderType.VALUES); in add() 49 add(ResourceType.DRAWABLE, ResourceFolderType.VALUES); in add() 51 add(ResourceType.FRACTION, ResourceFolderType.VALUES); in add() 52 add(ResourceType.ID, ResourceFolderType.VALUES); in add() 53 add(ResourceType.INTEGER, ResourceFolderType.VALUES); in add() [all …]
|
| D | ResourceFolderType.java | 34 VALUES(AndroidConstants.FD_RES_VALUES), enumConstant
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
| D | BooleanAttributeDescriptor.java | 27 …private static final String[] VALUES = new String[] { "true", "false" }; //$NON-NLS-1$ //$NON-NLS… field in BooleanAttributeDescriptor
|