Searched refs:rows (Results 1 – 6 of 6) sorted by relevance
124 INode[] rows = parentNode.getChildren(); in addTableLayoutActions()134 for (int i = 0; i < rows.length; i++) { in addTableLayoutActions()135 if (rows[i] == child) { in addTableLayoutActions()
447 List<Integer> rows = new ArrayList<Integer>(extraRows); in findCellsOutsideDeclaredBounds() local448 Collections.sort(rows); in findCellsOutsideDeclaredBounds()451 for (Integer declared : rows) { in findCellsOutsideDeclaredBounds()
672 public static void setVisibleRowCount(JTable table, int rows) { in setVisibleRowCount() argument674 for (int row = 0; row < rows; row++) { in setVisibleRowCount()
909 int rows = grid.getRows(); in computeVerticalConstraints() local914 for (int row = 0; row < rows; row++) { in computeVerticalConstraints()
214 android:rowCount : The maxmimum number of rows to create when automatically positioning children. …311 android:verticalSpacing : Defines the default vertical spacing between rows. [dimension]
410 adding rows to new tables, etc.