Lines Matching refs:span

82      * Fetches the span (width) of the given column.
101 * Fetch the span of multiple rows. This includes
110 int span = getOffset(Y_AXIS, index1) - getOffset(Y_AXIS, index0) +
112 return span;
118 * Fetches the span (height) of the given row.
356 * Layout the columns to fit within the given target span.
358 * @param targetSpan the given span for total of all the table
362 * maximum requested span
367 * @return the offset from the origin and the span for each column
384 * give axis. Table cells that span multiple columns are excluded
386 * the cells that span multiple columns are satisfied. If the
634 * @param targetSpan the total span given to the view, which
640 * @param spans the span of each child view; this is a return
642 * @return the offset and span for each child view in the
677 * @param targetSpan the total span given to the view, which
683 * @param spans the span of each child view; this is a return
685 * @return the offset and span for each child view in the
974 * Do any of the table cells span multiple rows? If
1014 private void updatePercentagesAndAdjustmentWeights(int span) {
1038 int len = (int) (lv.getValue(span) / colSpan + 0.5f);
1081 public void setSpan(int span) {
1082 spans[col] = span;
1090 // do not care for percentages, since min span can't
1187 int span = 0;
1190 span += rv.getPreferredSpan(Y_AXIS);
1192 if (spanNeeded > span) {
1193 int adjust = (spanNeeded - span);
1228 public void setSpan(int span) {
1231 spans[rv.viewIndex] = span;
1368 * preferred span has changed. This is implemented to
1521 * This is re-implemented to give each child the span of the column
1522 * width for the table, and to give cells that span multiple columns
1523 * the multi-column span.
1525 * @param targetSpan the total span given to the view, which
1531 * @param spans the span of each child view; this is a return
1533 * @return the offset and span for each child view in the
1574 * the span for any cell that spans multiple rows.
1576 * @param targetSpan the total span given to the view, which
1582 * @param spans the span of each child view; this is a return
1584 * @return the offset and span for each child view in the
1684 * Does this table row have cells that span multiple rows?
1714 * tile the children. If the target span is greater than
1718 * @param targetSpan the total span given to the view, which
1724 * @param spans the span of each child view; this is a return
1726 * @return the offset and span for each child view in the