Home
last modified time | relevance | path

Searched refs:mUiAttributes (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/
DUiElementNode.java121 private HashMap<AttributeDescriptor, UiAttributeNode> mUiAttributes; field in UiElementNode
187 mUiAttributes = null; in clearAttributes()
203 if (mUiAttributes == null) { in getInternalUiAttributes()
205 mUiAttributes = new HashMap<AttributeDescriptor, UiAttributeNode>(attrList.length); in getInternalUiAttributes()
209 mUiAttributes.put(desc, uiNode); in getInternalUiAttributes()
213 return mUiAttributes; in getInternalUiAttributes()