Home
last modified time | relevance | path

Searched refs:mUnknownUiAttributes (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.java122 private HashSet<UiAttributeNode> mUnknownUiAttributes; field in UiElementNode
190 mUnknownUiAttributes = new HashSet<UiAttributeNode>(); in clearAttributes()
615 allValues.addAll(mUnknownUiAttributes); in getAllUiAttributes()
629 return Collections.unmodifiableCollection(mUnknownUiAttributes); in getUnknownUiAttributes()
1437 HashSet<UiAttributeNode> deleted = (HashSet<UiAttributeNode>) mUnknownUiAttributes.clone(); in updateAttributeList()
1462 for (UiAttributeNode a : mUnknownUiAttributes) { in updateAttributeList()
1483 mUnknownUiAttributes.remove(a); in updateAttributeList()
1504 mUnknownUiAttributes.add(uiAttr); in addUnknownAttribute()
1896 for (UiAttributeNode unknownNode : mUnknownUiAttributes) { in getPropertyDescriptors()
1921 for (UiAttributeNode unknownAttr : mUnknownUiAttributes) { in getPropertyValue()
[all …]