Home | History | Annotate | Download | only in refactoring

Lines Matching defs:mRowSpan

184             assert view.getBottomEdge() == top[view.mRow+view.mRowSpan];
273 view.mRowSpan = end - row;
1030 for (int i = 0; i < view.mRowSpan; i++) {
1220 if (view.mRow + view.mRowSpan == row + 1) {
1303 private int mRowSpan = -1;