Home
last modified time | relevance | path

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/
DBaseViewRule.java504 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/
DTestAttributeInfo.java36 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/
DAttrsXmlParser.java191 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()
DAttributeInfo.java170 public void setDefinedBy(String definedBy) { in setDefinedBy() argument
171 mDefinedBy = definedBy; in setDefinedBy()