Searched refs:mRow (Results 1 – 2 of 2) sorted by relevance
192 rowFixed.put(view.mRow, true); in insertStretchableSpans()193 } else if (!rowFixed.containsKey(view.mRow)) { in insertStretchableSpans()194 rowFixed.put(view.mRow, false); in insertStretchableSpans()508 private int mRow = -1; field in GridLayoutConverter.View545 return mRow; in getRow()758 view.mRow = rowIndex; in initializeRows()780 if (row < view.mRow) { in initializeRows()781 row = view.mRow; in initializeRows()784 view.mRowSpan = row - view.mRow + 1; in initializeRows()
182 assert view.getTopEdge() == top[view.mRow]; in analyzeLayout()184 assert view.getBottomEdge() == top[view.mRow+view.mRowSpan]; in analyzeLayout()272 view.mRow = row; in initializeSpans()1032 mRowList.get(view.mRow + i).get(view.mCol + j).add(view); in Grid()1181 if (view.mRow == row && view.mCol == col) { in getTopLeftCorner()1220 if (view.mRow + view.mRowSpan == row + 1) { in findBottomEdgeView()1301 private int mRow = -1; field in RelativeLayoutConversionHelper.View1407 return view1.mRow - view2.mRow; in compare()