Home
last modified time | relevance | path

Searched defs:attributeMap (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java1897 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in getAttributeValue() local
1926 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in getPropertyDescriptors() local
1956 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in getPropertyValue() local
1979 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in isPropertySet() local
2004 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in resetPropertyValue() local
2031 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in setPropertyValue() local
/sdk/attribute_stats/src/
DAnalyzer.java230 Map<String, Usage> attributeMap = mFrequencies.get(tag); in countAttributes() local
272 Map<String, Usage> attributeMap = mLayoutAttributeFrequencies.get(parentTag); in countLayoutAttributes() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractStyleRefactoring.java248 NamedNodeMap attributeMap = element.getAttributes(); in getAvailableAttributes() local
DChangeLayoutRefactoring.java559 NamedNodeMap attributeMap = layout.getAttributes(); in removeUndefinedAttrs() local