Home | History | Annotate | Download | only in layout

Lines Matching refs:spans

104      * (and thereby enlarge it) before it is spread with row or column spans.
497 Pair<Integer, Integer> spans = computeResizeSpans(state);
498 int rowSpan = spans.getFirst();
499 int columnSpan = spans.getSecond();
525 Pair<Integer, Integer> spans = computeResizeSpans(state);
541 return String.format("%s\n(Press Shift to resize row/column spans)", message);
543 int rowSpan = spans.getFirst();
544 int columnSpan = spans.getSecond();
552 * spans
559 * Computes the new column and row spans as the result of the current resizing