Searched refs:maxColumns (Results 1 – 3 of 3) sorted by relevance
32 private int maxColumns; field in SelectionArea50 maxColumns = columns - 1; in setBounds()130 this.left = right = checkBounds(left, maxColumns); in setLeft()138 this.right = checkBounds(right, maxColumns); in setRight()191 buffer.append(maxColumns); in toString()
150 val maxColumns = rows.maxOf { it.cells.size } in getTable() constant152 for (column in 0 until maxColumns) { in getTable()178 for (column in align.size until maxColumns) { in getTable()
4 -maxColumns 240