Home
last modified time | relevance | path

Searched refs:rowGroups (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/refactoring/
DGridLayoutConverter.java849 List<Collection<View>> rowGroups = new ArrayList<Collection<View>>(); in analyzeKnownLayouts() local
873 rowGroups.add(group); in analyzeKnownLayouts()
919 rowGroups.add(group); in analyzeKnownLayouts()
933 for (Collection<View> rowGroup : rowGroups) { in analyzeKnownLayouts()