Home
last modified time | relevance | path

Searched refs:topAttributes (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DViewMetadataRepository.java577 List<String> topAttributes = new ArrayList<String>(split.length + 1); in getTopAttributes() local
578 topAttributes.add(ATTR_ID); in getTopAttributes()
580 topAttributes.add(split[i]); in getTopAttributes()
582 return Collections.<String>unmodifiableList(topAttributes); in getTopAttributes()