/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | XmlPropertyComposite.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.properties; 40 public XmlPropertyComposite(XmlProperty primary, XmlProperty[] properties) { in XmlPropertyComposite() argument 46 mProperties = properties; in XmlPropertyComposite() 109 public static XmlPropertyComposite create(Property... properties) { in create() argument 111 XmlProperty[] xmlProperties = new XmlProperty[properties.length]; in create() 112 for (int i = 0; i < properties.length; i++) { in create() 113 Property property = properties[i]; in create()
|
D | PropertyFactory.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.properties; 158 Property[] properties = mCache.get(node); in getProperties() local 160 properties = null; in getProperties() 162 if (properties == null) { in getProperties() 165 properties = new Property[0]; in getProperties() 167 properties = propertyList.toArray(new Property[propertyList.size()]); in getProperties() 169 mCache.put(node, properties); in getProperties() 171 return properties; in getProperties() 182 List<XmlProperty> properties = new ArrayList<XmlProperty>(attributeDescriptors.length); in getProperties() local 238 properties.add(property); in getProperties() [all …]
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
D | PropertiesTableModel.java | 26 private List<ViewNode.Property> properties; field in PropertiesTableModel 30 properties = node.properties; in PropertiesTableModel() 58 (properties == null ? 0 : properties.size()); in getRowCount() 68 property = properties.get(row - privateProperties.size()); in getValueAt()
|
/sdk/apps/SdkController/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/apps/NotificationStudio/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/customPropAnimTest/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/legacyTest/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/userLibTest/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/buildConfigTest/lib1/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/gridlayoutTest/v7-gridlayout/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/libsTest/appTest/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/testProjectTest/lib/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/buildConfigTest/app/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/libsTest/app/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 14 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/customViewTest/mainProject/ |
D | project.properties | 6 # To customize properties used by the Ant build system use, 7 # "ant.properties", and override values to adapt the script to your 14 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/libsAndJarTest/app/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 14 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/aidlTest/mainProject/ |
D | project.properties | 6 # To customize properties used by the Ant build system use, 7 # "ant.properties", and override values to adapt the script to your 14 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/testProjectTest/testapp/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/javaProjectTest/lib1/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/libsTest/lib2/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/javaProjectTest/lib2/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/libsAndJarTest/lib1/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/libsTest/lib2Test/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/gridlayoutTest/app/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/sdk/testapps/testProjectTest/app/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit 7 # "ant.properties", and override values to adapt the script to your 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|