Searched defs:attributeMap (Results 1 – 6 of 6) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiElementNode.java | 1853 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in getAttributeValue() local 1884 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in getPropertyDescriptors() local 1915 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in getPropertyValue() local 1939 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in isPropertySet() local 1965 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in resetPropertyValue() local 1993 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in setPropertyValue() local
|
/sdk/attribute_stats/src/ |
D | Analyzer.java | 247 Map<String, Usage> attributeMap = mFrequencies.get(tag); in countAttributes() local 289 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/sdk/ |
D | AndroidTargetData.java | 107 public void setAttributeMap(@NonNull Map<String, AttributeInfo> attributeMap) { in setAttributeMap()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/ |
D | AttributeInfoTest.java | 306 Map<String, AttributeInfo> attributeMap = parser.getAttributeMap(); in testIsValid() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ExtractStyleRefactoring.java | 258 NamedNodeMap attributeMap = element.getAttributes(); in getAvailableAttributes() local
|
D | ChangeLayoutRefactoring.java | 566 NamedNodeMap attributeMap = layout.getAttributes(); in removeUndefinedAttrs() local
|