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.java521 for (final String definedBy : attributeSources) { in addInheritedProperties()
522 String sourceClass = definedBy; in addInheritedProperties()
535 if (definedBy.equals(node.getFqcn())) { in addInheritedProperties()
541 propertyActionTypes.add(RuleAction.createChoices("def_" + definedBy, in addInheritedProperties()
548 addPropertyActions(propertyActions, n, onChange, definedBy, false); in addInheritedProperties()
625 IMenuCallback onChange, String definedBy, boolean layoutParamsOnly) { in addPropertyActions() argument
637 if (definedBy != null) { in addPropertyActions()
638 if (!definedBy.endsWith(DOT_LAYOUT_PARAMS)) { in addPropertyActions()
645 if (definedBy != null && !definedBy.equals(property.getDefinedBy())) { in addPropertyActions()
725 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.java169 public void setDefinedBy(String definedBy) { in setDefinedBy() argument
170 mDefinedBy = definedBy; in setDefinedBy()