Searched defs:getInternalUiAttributes (Results 1 - 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
H A DUiElementNode.java201 private HashMap<AttributeDescriptor, UiAttributeNode> getInternalUiAttributes() { method in class:UiElementNode
613 new ArrayList<UiAttributeNode>(getInternalUiAttributes().values());
817 return getInternalUiAttributes().get(attrDesc);
1068 UiAttributeNode uiAttr = getInternalUiAttributes().get(attrDesc);
1422 for (UiAttributeNode uiAttr : getInternalUiAttributes().values()) {
1852 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes();
1883 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes();
1914 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes();
1938 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes();
1964 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes();
[all...]

Completed in 24 milliseconds