Searched refs:definedBy (Results 1 – 4 of 4) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | BaseViewRule.java | 504 for (final String definedBy : attributeSources) { in addInheritedProperties() 505 String sourceClass = definedBy; in addInheritedProperties() 518 if (definedBy.equals(node.getFqcn())) { in addInheritedProperties() 524 propertyActionTypes.add(RuleAction.createChoices("def_" + definedBy, in addInheritedProperties() 531 addPropertyActions(propertyActions, n, onChange, definedBy, false); in addInheritedProperties() 608 IMenuCallback onChange, String definedBy, boolean layoutParamsOnly) { in addPropertyActions() argument 620 if (definedBy != null) { in addPropertyActions() 621 if (!definedBy.endsWith(DOT_LAYOUT_PARAMS)) { in addPropertyActions() 628 if (definedBy != null && !definedBy.equals(property.getDefinedBy())) { in addPropertyActions() 708 String definedBy = attrInfo != null ? attrInfo.getDefinedBy() : null; in getPropertyMetadata() local [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | TestAttributeInfo.java | 36 public TestAttributeInfo(String name, EnumSet<Format> formats, String definedBy, in TestAttributeInfo() argument 41 this.mDefinedBy = definedBy; in TestAttributeInfo()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
D | AttrsXmlParser.java | 191 String definedBy = info.getFullClassName(); in loadViewAttributes() local 195 attribute.setDefinedBy(definedBy); in loadViewAttributes() 220 String definedBy = viewLayoutClass.getFullClassName() + DOT_LAYOUT_PARAMS; in loadLayoutParamsAttributes() local 224 attribute.setDefinedBy(definedBy); in loadLayoutParamsAttributes()
|
D | AttributeInfo.java | 170 public void setDefinedBy(String definedBy) { in setDefinedBy() argument 171 mDefinedBy = definedBy; in setDefinedBy()
|