Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DGridLayoutConverter.java336 int nextRow = 0; in assignCellAttributes() local
373 nextRow = Math.max(nextRow, row + rowSpan); in assignCellAttributes()
394 assert nextRow > implicitRow; in assignCellAttributes()
395 implicitRow = nextRow; in assignCellAttributes()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridModel.java505 int nextRow = 1; in assignRowsAndColumnsFromXml() local
516 assert nextRow > row; in assignRowsAndColumnsFromXml()
518 row = nextRow; in assignRowsAndColumnsFromXml()
533 nextRow = Math.max(nextRow, view.row + view.rowSpan); in assignRowsAndColumnsFromXml()
539 assert nextRow > row; in assignRowsAndColumnsFromXml()
541 row = nextRow; in assignRowsAndColumnsFromXml()