Home
last modified time | relevance | path

Searched refs:rowIndex (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.java753 int rowIndex = 0; in initializeRows() local
758 view.mRow = rowIndex; in initializeRows()
761 rowIndex++; in initializeRows()
DRelativeLayoutConversionHelper.java169 int rowIndex = 0; in analyzeLayout() local
171 top[rowIndex] = offset; in analyzeLayout()
172 yToRow.put(offset, rowIndex++); in analyzeLayout()