Lines Matching defs:targetSpan
292 * @param targetSpan the given span for total of all the table
302 protected void layoutColumns(int targetSpan, int[] offsets, int[] spans,
305 SizeRequirements.calculateTiledPositions(targetSpan, null, reqs,
322 * @param targetSpan the total span given to the view, which
331 protected void layoutMinorAxis(int targetSpan, int axis, int[] offsets, int[] spans) {
343 layoutColumns(targetSpan, columnOffsets, columnSpans, columnRequirements);
346 super.layoutMinorAxis(targetSpan, axis, offsets, spans);
659 * @param targetSpan the total span given to the view, which
668 protected void layoutMajorAxis(int targetSpan, int axis, int[] offsets, int[] spans) {
703 * @param targetSpan the total span given to the view, which
712 protected void layoutMinorAxis(int targetSpan, int axis, int[] offsets, int[] spans) {
713 super.layoutMinorAxis(targetSpan, axis, offsets, spans);