Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DUiElementPullParser.java193 Node attribute = getAttribute(i); in getAttributeName() local
214 Node attribute = getAttribute(i); in getAttributeNamespace() local
236 Node attribute = getAttribute(i); in getAttributePrefix() local
256 Node attribute = getAttribute(i); in getAttributeValue() local
286 Node attribute = xmlNode.getAttributes().getNamedItemNS(namespace, localName); in getAttributeValue() local
DExplodedRenderingHelper.java385 String attribute) { in getMatchingNode()
413 Node attribute = attributes.getNamedItemNS(SdkConstants.NS_RESOURCES, name); in getAttribute() local
/sdk/anttasks/src/com/android/ant/
DTaskHelper.java84 static String checkSinglePath(String attribute, Path path) { in checkSinglePath()
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
DLayoutAnalysisCategory.java125 final String attribute = element.getAttribute(ANDROID_LAYOUT_WIDTH); in isWidthFillParent() local
140 final String attribute = element.getAttribute(ANDROID_LAYOUT_HEIGHT); in isHeightFillParent() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java1565 UiAttributeNode attribute = attributeMap.get(id); in getPropertyValue() local
1588 UiAttributeNode attribute = attributeMap.get(id); in isPropertySet() local
1613 UiAttributeNode attribute = attributeMap.get(id); in resetPropertyValue() local
1640 UiAttributeNode attribute = attributeMap.get(id); in setPropertyValue() local