Home
last modified time | relevance | path

Searched defs:topAttrs (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.java279 String topAttrs = child.getAttribute("topAttrs"); //$NON-NLS-1$ in createViewData() local
496 String relatedTo, String resize, String topAttrs) { in ViewData()