Searched refs:mRowCount (Results 1 – 1 of 1) sorted by relevance
1000 private int mRowCount; field in RelativeLayoutConversionHelper.Grid1009 mRowCount = top.length - 1; in Grid()1044 return mRowCount; in getRows()1074 for (int row = 0; row < mRowCount; row++) { in colContainsTopLeftCorner()1111 for (int row = 0; row < mRowCount; row++) { in viewsStartingInCol()1191 for (int row = 0; row < mRowCount; row++) { in findRightEdgeView()1263 for (int row = 0; row < mRowCount + 1; row++) { in toString()1265 if (row == mRowCount) { in toString()