Home
last modified time | relevance | path

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

/sdk/attribute_stats/
DREADME.txt5 files. This is how the "topAttrs" attributes listed in ADT's
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DViewMetadataRepository.java279 String topAttrs = child.getAttribute("topAttrs"); //$NON-NLS-1$ in createViewData() local
283 renderMode, relatedTo, resize, topAttrs); in createViewData()
496 String relatedTo, String resize, String topAttrs) { in ViewData() argument
505 mTopAttrs = topAttrs; in ViewData()