Searched refs:mUiAttributes (Results 1 – 1 of 1) sorted by relevance
121 private HashMap<AttributeDescriptor, UiAttributeNode> mUiAttributes; field in UiElementNode187 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()