Home
last modified time | relevance | path

Searched refs:attrDesc (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiSeparatorAttributeNode.java41 public UiSeparatorAttributeNode(SeparatorAttributeDescriptor attrDesc, in UiSeparatorAttributeNode() argument
43 super(attrDesc, uiParent); in UiSeparatorAttributeNode()
DUiElementNode.java457 for (AttributeDescriptor attrDesc : getAttributeDescriptors()) { in getHiddenAttributeDescriptors()
458 if (attrDesc instanceof XmlnsAttributeDescriptor) { in getHiddenAttributeDescriptors()
460 ((XmlnsAttributeDescriptor) attrDesc).getXmlNsName(), in getHiddenAttributeDescriptors()
461 attrDesc); in getHiddenAttributeDescriptors() local
817 public UiAttributeNode findUiAttribute(AttributeDescriptor attrDesc) { in findUiAttribute() argument
818 return getInternalUiAttributes().get(attrDesc); in findUiAttribute()
1060 for (AttributeDescriptor attrDesc : getAttributeDescriptors()) { in createXmlNode()
1061 if (attrDesc instanceof XmlnsAttributeDescriptor) { in createXmlNode()
1062 XmlnsAttributeDescriptor desc = (XmlnsAttributeDescriptor) attrDesc; in createXmlNode()
1069 UiAttributeNode uiAttr = getInternalUiAttributes().get(attrDesc); in createXmlNode()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringRefactoring.java749 ReferenceAttributeDescriptor attrDesc = null; in validateSelectedAttribute() local
763 attrDesc = (ReferenceAttributeDescriptor) desc; in validateSelectedAttribute()
772 if (attrDesc != null && in validateSelectedAttribute()
773 (attrDesc.getResourceType() == null || in validateSelectedAttribute()
774 attrDesc.getResourceType() == ResourceType.STRING)) { in validateSelectedAttribute()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DCanvasViewInfo.java533 AttributeDescriptor attrDesc = attr.getDescriptor(); in toSimpleElement() local
535 attrDesc.getNamespaceUri(), in toSimpleElement()
536 attrDesc.getXmlLocalName(), in toSimpleElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java849 for (AttributeDescriptor attrDesc : desc.getAttributes()) { in elementCanHaveChildren()
850 if (attrDesc instanceof TextValueDescriptor) { in elementCanHaveChildren()