Home
last modified time | relevance | path

Searched refs:mCachedAllUiAttributes (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.java126 private Collection<UiAttributeNode> mCachedAllUiAttributes; field in UiElementNode
188 mCachedAllUiAttributes = null; in clearAttributes()
611 if (mCachedAllUiAttributes == null) { in getAllUiAttributes()
617 mCachedAllUiAttributes = Collections.unmodifiableCollection(allValues); in getAllUiAttributes()
619 return mCachedAllUiAttributes; in getAllUiAttributes()
1484 mCachedAllUiAttributes = null; in updateAttributeList()
1505 mCachedAllUiAttributes = null; in addUnknownAttribute()