Home
last modified time | relevance | path

Searched refs:columns (Results 1 – 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintList.java627 LintColumn[] columns = new LintColumn[mTree.getColumnCount()]; in saveState() local
629 for (int i = 0; i < columns.length; i++) { in saveState()
636 columns[positions[i]] = column; in saveState()
648 LintColumn[] columns = getVisibleColumns(); in createColumns() local
651 for (int i = 0; i < columns.length; i++) { in createColumns()
652 LintColumn column = columns[i]; in createColumns()
692 TreeColumn[] columns = tree.getColumns(); in getColumnWidth() local
693 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 …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutMetadata.java341 String columns = element.getAttributeNS(ANDROID_URI, ATTR_NUM_COLUMNS); in getNodeBinding() local
343 if (columns != null && columns.length() > 0 && in getNodeBinding()
344 !columns.equals(VALUE_AUTO_FIT)) { in getNodeBinding()
346 int c = Integer.parseInt(columns); in getNodeBinding()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion32.txt42 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…
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridModel.java467 List<Integer> columns = new ArrayList<Integer>(extraColumns); in findCellsOutsideDeclaredBounds() local
468 Collections.sort(columns); in findCellsOutsideDeclaredBounds()
471 for (Integer declared : columns) { in findCellsOutsideDeclaredBounds()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRelativeLayoutConversionHelper.java855 int columns = grid.getColumns(); in computeHorizontalConstraints() local
860 for (int col = 0; col < columns; col++) { in computeHorizontalConstraints()
/sdk/eclipse/
Dchanges.txt151 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