Home
last modified time | relevance | path

Searched refs:allValues (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.java613 List<UiAttributeNode> allValues = in getAllUiAttributes() local
615 allValues.addAll(mUnknownUiAttributes); in getAllUiAttributes()
617 mCachedAllUiAttributes = Collections.unmodifiableCollection(allValues); in getAllUiAttributes()