Home
last modified time | relevance | path

Searched refs:mColCount (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/
DRelativeLayoutConversionHelper.java1001 private int mColCount; field in RelativeLayoutConversionHelper.Grid
1008 mColCount = left.length - 1; in Grid()
1053 return mColCount; in getColumns()
1091 for (int col = 0; col < mColCount; col++) { in rowContainsTopLeftCorner()
1135 for (int col = 0; col < mColCount; col++) { in viewsStartingInRow()
1214 for (int col = 0; col < mColCount; col++) { in findBottomEdgeView()
1259 for (int col = 0; col < mColCount + 1; col++) { in toString()
1268 for (int col = 0; col < mColCount; col++) { in toString()