Home | History | Annotate | Download | only in widget

Lines Matching refs:ROW

66  * <h4>Row and Column Specs</h4>
80 * If a child does not specify the row and column indices of the cell it
119 * Multiple components in the same row or column group are
122 * within it are flexible. Row and column groups that sit either side of a common boundary
207 * children that belong to a row group that uses {@link #TOP} alignment will
223 * belong to a row group that uses {@link #TOP} alignment.
323 * To control the 'direction' in which default row/column indices are generated
379 * RowCount is used only to generate default row/column indices when
511 * Returns whether or not row boundaries are ordered by their grid indices.
513 * @return {@code true} if row boundaries must appear in the order of their indices,
525 * When this property is {@code true}, GridLayout is forced to place the row boundaries
528 * When this property is {@code false} GridLayout is at liberty to place the vertical row
534 * of row boundaries
716 private static void setCellGroup(LayoutParams lp, int row, int rowSpan, int col, int colSpan) {
717 lp.setRowSpecSpan(new Interval(row, row + rowSpan));
761 // Find suitable row/col values when at least one is undefined.
827 String groupName = horizontal ? "column" : "row";
1286 handleInvalidParams((horizontal ? "column" : "row") +
1404 // its just to stop default (row/col > 0) constraints obliterating valid entries
1501 // Add ordering constraints to prevent row/col sizes from going negative
1503 // Add a constraint for every row/col
1790 // values are positive. One value is therefore zero - though if the row/col
1893 * GridLayout supports both row and column spanning and arbitrary forms of alignment within
1900 * The row and column specs contain the leading and trailing indices along each axis
1903 * The alignment properties of the row and column specs together specify
1948 * <li>{@link #rowSpec}<code>.row</code> = {@link #UNDEFINED} </li>
1995 private static final int ROW = R.styleable.GridLayout_Layout_layout_row;
2081 * Copy constructor. Clones the width, height, margin values, row spec,
2143 int row = a.getInt(ROW, DEFAULT_ROW);
2146 this.rowSpec = spec(row, rowSpan, getAlignment(gravity, false), rowWeight);
2499 * For row groups, this specifies the vertical alignment.
2900 In a baseline aligned row in which some components define a baseline