Searched refs:columns (Results 1 – 6 of 6) sorted by relevance
627 LintColumn[] columns = new LintColumn[mTree.getColumnCount()]; in saveState() local629 for (int i = 0; i < columns.length; i++) { in saveState()636 columns[positions[i]] = column; in saveState()648 LintColumn[] columns = getVisibleColumns(); in createColumns() local651 for (int i = 0; i < columns.length; i++) { in createColumns()652 LintColumn column = columns[i]; in createColumns()692 TreeColumn[] columns = tree.getColumns(); in getColumnWidth() local693 for (int i = 0; i < columns.length; i++) { in getColumnWidth()694 if (column.equals(columns[i].getData(KEY_COLUMN))) { in getColumnWidth()695 return columns[i].getWidth(); in getColumnWidth()[all …]
341 String columns = element.getAttributeNS(ANDROID_URI, ATTR_NUM_COLUMNS); in getNodeBinding() local343 if (columns != null && columns.length() > 0 && in getNodeBinding()344 !columns.equals(VALUE_AUTO_FIT)) { in getNodeBinding()346 int c = Integer.parseInt(columns); in getNodeBinding()
42 android:collapseColumns : The zero-based index of the columns to collapse. [string]43 android:columnCount : The maxmimum number of columns to create when automatically positioning chil…124 android:horizontalSpacing : Defines the default horizontal spacing between columns. [dimension]181 android:numColumns : Defines how many columns to show. [integer, enum]246 android:shrinkColumns : The zero-based index of the columns to shrink. [string]258 android:stretchColumns : The zero-based index of the columns to stretch. [string]259 android:stretchMode : Defines how columns should stretch to fill the available empty space, if any…
467 List<Integer> columns = new ArrayList<Integer>(extraColumns); in findCellsOutsideDeclaredBounds() local468 Collections.sort(columns); in findCellsOutsideDeclaredBounds()471 for (Integer declared : columns) { in findCellsOutsideDeclaredBounds()
855 int columns = grid.getColumns(); in computeHorizontalConstraints() local860 for (int col = 0; col < columns; col++) { in computeHorizontalConstraints()
151 everywhere, show options, and configure columns.152 * There are new columns available, such as category, priority,154 column sizes) are persisted. You can click on columns to sort by