Lines Matching refs:spans

65  * spans if desired).
291 * Returns the results through {@code offsets} and {@code spans}.
298 * @param spans the return value of how much to allocated to
303 protected void layoutColumns(int targetSpan, int[] offsets, int[] spans,
307 offsets, spans);
329 * @param spans the span of each child view. This is a return
332 protected void layoutMinorAxis(int targetSpan, int axis, int[] offsets, int[] spans) {
343 // calculate column spans
347 super.layoutMinorAxis(targetSpan, axis, offsets, spans);
404 * maximum of minimum, preferred, and maximum spans along the
472 * check the requirements of a table cell that spans a single column.
482 * check the requirements of a table cell that spans multiple
501 * the columns that this cell spans need adjustment to fit
511 int[] spans = new int[ncols];
514 offsets, spans);
518 req.minimum = Math.max(spans[i], req.minimum);
528 * the columns that this cell spans need adjustment to fit
537 int[] spans = new int[ncols];
540 offsets, spans);
544 req.preferred = Math.max(spans[i], req.preferred);
728 * @param spans the span of each child view. This is a return
731 protected void layoutMajorAxis(int targetSpan, int axis, int[] offsets, int[] spans) {
738 spans[cell] = columnSpans[col];
747 spans[cell] += columnSpans[col+j];
764 * the span for any cell that spans multiple rows.
772 * @param spans the span of each child view. This is a return
775 protected void layoutMinorAxis(int targetSpan, int axis, int[] offsets, int[] spans) {
776 super.layoutMinorAxis(targetSpan, axis, offsets, spans);
792 spans[cell] += span;
876 * Gets the number of columns this cell spans (e.g. the
886 * Gets the number of rows this cell spans (that is, the
953 * Gets the number of columns this cell spans (e.g. the
961 * Gets the number of rows this cell spans (that is, the