Home
last modified time | relevance | path

Searched refs:implicitRow (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.java334 int implicitRow = 0; in assignCellAttributes() local
346 if (column != implicitColumn && (implicitColumn > 0 || implicitRow > 0)) { in assignCellAttributes()
350 implicitRow++; in assignCellAttributes()
354 if (row != implicitRow) { in assignCellAttributes()
357 implicitRow = row; in assignCellAttributes()
394 assert nextRow > implicitRow; in assignCellAttributes() local
395 implicitRow = nextRow; in assignCellAttributes()