Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 25 of 55) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
DAttrsXmlParserTest.java65 AttributeInfo[] attrs = info.getAttributes(); in testLoadViewAttributes()
67 assertEquals("scrollbarSize", info.getAttributes()[0].getName()); in testLoadViewAttributes()
68 assertEquals(1, info.getAttributes()[0].getFormats().size()); in testLoadViewAttributes()
69 assertEquals(Format.DIMENSION, info.getAttributes()[0].getFormats().iterator().next()); in testLoadViewAttributes()
100 AttributeInfo[] attrs = dep.getAttributes(); in testDeprecated()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DDeclareStyleableInfo.java64 AttributeInfo[] attrs = existing.getAttributes(); in DeclareStyleableInfo()
79 public AttributeInfo[] getAttributes() { in getAttributes() method in DeclareStyleableInfo
DViewClassInfo.java70 public AttributeInfo[] getAttributes() { in getAttributes() method in ViewClassInfo.LayoutParamsInfo
118 public AttributeInfo[] getAttributes() { in getAttributes() method in ViewClassInfo
DAttrsXmlParser.java192 AttributeInfo[] attributes = style.getAttributes(); in loadViewAttributes()
221 AttributeInfo[] attributes = style.getAttributes(); in loadLayoutParamsAttributes()
290 Node nameNode = node.getAttributes().getNamedItem("name"); //$NON-NLS-1$ in parseResources()
294 Node parentNode = node.getAttributes().getNamedItem("parent"); //$NON-NLS-1$ in parseResources()
420 Node nameNode = attrNode.getAttributes().getNamedItem("name"); //$NON-NLS-1$ in parseAttr()
507 Node attrFormat = attrNode.getAttributes().getNamedItem("format"); //$NON-NLS-1$ in parseAttributeTypes()
587 Node nameNode = child.getAttributes().getNamedItem("name"); //$NON-NLS-1$ in parseEnumFlagValues()
599 Node valueNode = child.getAttributes().getNamedItem("value"); //$NON-NLS-1$ in parseEnumFlagValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSimpleElementTest.java223 assertNotNull(e.getAttributes()); in testAddGetAttribute()
226 e.getAttributes()); in testAddGetAttribute()
231 e.getAttributes()); in testAddGetAttribute()
237 e.getAttributes()); in testAddGetAttribute()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DLayoutDescriptors.java255 info.getAttributes(), in convertView()
260 if (info.getAttributes() != null && info.getAttributes().length > 0) { in convertView()
267 AttributeInfo[] attrList = link.getAttributes(); in convertView()
284 for (AttributeInfo attrInfo : layoutParams.getAttributes()) { in convertView()
330 viewAttributes = viewDesc.getAttributes(); in insertInclude()
427 style.getAttributes(), in createFragment()
DCustomViewDescriptorService.java302 appendAttributes(customAttributes, classInfo.getAttributes(), appUri); in findCustomDescriptors()
308 appendAttributes(customLayoutAttributes, layoutInfo.getAttributes(), appUri); in findCustomDescriptors()
511 return parentDescriptor.getAttributes(); in getAttributeDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
DOtherXmlDescriptors.java254 style.getAttributes(),
314 AttributeDescriptor[] attrs = topPreferences.getAttributes();
343 info.getAttributes(),
350 AttributeInfo[] attrList = link.getAttributes();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimatorDescriptors.java156 style.getAttributes(), in addElement()
167 style.getAttributes(), in addElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
DValuesContentAssist.java113 for (AttributeDescriptor desc : elementDesc.getAttributes()) { in computeAttributeValues()
173 for (AttributeDescriptor desc : elementDesc.getAttributes()) { in computeTextValues()
218 Node typeNode = parentNode.getAttributes().getNamedItem(ATTR_TYPE); in computeTextValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DUiElementPullParser.java155 return xmlNode.getAttributes().item(i); in getAttribute()
172 NamedNodeMap attributes = node.getXmlNode().getAttributes(); in push()
374 Node attribute = xmlNode.getAttributes().getNamedItemNS(namespace, localName); in getAttributeValue()
381 attribute = xmlNode.getAttributes().getNamedItemNS(AUTO_URI, localName); in getAttributeValue()
DExplodedRenderingHelper.java288 NamedNodeMap attributes = node.getAttributes(); in getBiggestMarginInDirection()
409 attributes = node.getAttributes(); in getAttribute()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DObsoleteLayoutParamsFix.java56 NamedNodeMap attributes = element.getAttributes(); in apply()
DConvertToDpFix.java63 NamedNodeMap attributes = element.getAttributes(); in apply()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DCompletionProposal.java150 for (AttributeDescriptor desc : elementDesc.getAttributes()) { in getAdditionalProposalInfo()
203 NamedNodeMap attributes = root.getAttributes(); in apply()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DPaletteMetadataDescriptor.java45 descriptor.getAttributes(), in PaletteMetadataDescriptor()
DNodeProxy.java381 NamedNodeMap nodeAttributes = xmlNode.getAttributes(); in getStringAttr()
445 NamedNodeMap nodeAttributes = xmlNode.getAttributes(); in getLiveAttributes()
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DDebuggerConnector.java126 Map<?, ?> attributes = config.getAttributes(); in findConfig()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeViewRefactoring.java230 AttributeDescriptor[] layoutAttributes = descriptor.getAttributes(); in removeUndefinedAttrs()
253 NamedNodeMap attributes = root.getAttributes(); in findAttributes()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestDragElement.java115 public @NonNull IDragAttribute[] getAttributes() { in getAttributes() method in TestDragElement
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DClipboardSupport.java347 for (IDragAttribute attr : pastedElement.getAttributes()) { in pasteInEmptyDocument()
381 for (IDragAttribute attr : childElement.getAttributes()) { in pasteInEmptyDocument()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
DMenuDescriptors.java166 style.getAttributes(), in updateElement()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DXmlStringFileHelper.java128 NamedNodeMap attrs = strNode.getAttributes(); in internalGetResIdsForFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java443 return mDescriptor.getAttributes(); in getAttributeDescriptors()
1067 mXmlNode.getAttributes().setNamedItemNS(attr); in createXmlNode()
1418 NamedNodeMap xmlAttrMap = xmlNode.getAttributes(); in updateAttributeList()
1564 NamedNodeMap attrMap = element.getAttributes(); in commitAttributeToXml()
1663 NamedNodeMap attributes = ((Element) element).getAttributes(); in commitDirtyAttributesToXml()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
DMockXmlNode.java129 public NamedNodeMap getAttributes() { in getAttributes() method in MockXmlNode

123