Home
last modified time | relevance | path

Searched refs:xmlProperty (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlPropertyEditor.java139 XmlProperty xmlProperty = (XmlProperty) property; in paint() local
140 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor(); in paint()
175 XmlProperty xmlProperty = (XmlProperty) property; in paint() local
176 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor(); in paint()
213 XmlProperty xmlProperty = (XmlProperty) property; in paint() local
214 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor(); in paint()
332 XmlProperty xmlProperty = (XmlProperty) property; in setEditorText() local
364 CommonXmlEditor xmlEditor = xmlProperty.getXmlEditor(); in setEditorText()
381 XmlProperty xmlProperty = (XmlProperty) property; in isIdProperty() local
382 return xmlProperty.getDescriptor().getXmlLocalName().equals(ATTR_ID); in isIdProperty()
[all …]
DResourceValueCompleter.java56 protected final XmlProperty xmlProperty; field in ResourceValueCompleter
58 ResourceValueCompleter(XmlProperty xmlProperty) { in ResourceValueCompleter() argument
59 this.xmlProperty = xmlProperty; in ResourceValueCompleter()
65 CommonXmlEditor editor = this.xmlProperty.getXmlEditor(); in getProposals()
69 this.xmlProperty.mDescriptor, contents.substring(0, position)); in getProposals()
DEnumXmlPropertyEditor.java49 XmlProperty xmlProperty = (XmlProperty) property; in getItems() local
50 AttributeDescriptor descriptor = xmlProperty.getDescriptor(); in getItems()