Searched refs:col (Results 1 – 4 of 4) sorted by relevance
250 Integer col = xToCol.get(view.getLeftEdge()); in initializeSpans() local251 assert col != null; in initializeSpans()255 view.mCol = col; in initializeSpans()256 view.mColSpan = end - col; in initializeSpans()860 for (int col = 0; col < columns; col++) { in computeHorizontalConstraints()861 if (!grid.colContainsTopLeftCorner(col)) { in computeHorizontalConstraints()863 marginLeft += grid.getColumnWidth(col); in computeHorizontalConstraints()867 for (View view : grid.viewsStartingInCol(col, true)) { in computeHorizontalConstraints()891 View view = grid.findRightEdgeView(col); in computeHorizontalConstraints()899 marginLeft = grid.getColumnWidth(col); in computeHorizontalConstraints()[all …]
282 TreeColumn col = new TreeColumn(parent, style); in createTreeColumn() local285 col.setWidth(fixedSize); in createTreeColumn()286 col.setResizable(false); in createTreeColumn()292 col.setText(sample_text); in createTreeColumn()293 col.pack(); in createTreeColumn()297 prefs.setValue(pref_name, col.getWidth()); in createTreeColumn()300 col.setWidth(prefs.getInt(pref_name)); in createTreeColumn()306 col.addControlListener(new ControlListener() { in createTreeColumn()324 col.setText(header); in createTreeColumn()
645 int col = minField.getInt(colInterval); in assignRowsAndColumnsFromViews() local649 view.column = col; in assignRowsAndColumnsFromViews()651 view.columnSpan = colEnd - col; in assignRowsAndColumnsFromViews()1555 for (int col = 0; col < mLeft.length; col++) { in toString()1581 for (int col = 0; col < actualColumnCount + 1; col++) { in toString()1582 out.printf("|%-" + (cellWidth - 1) + "d", mLeft[col]); //$NON-NLS-1$ //$NON-NLS-2$ in toString()1590 for (int col = 0; col < actualColumnCount; col++) { in toString()1591 List<ViewData> views = rowList.get(row).get(col); in toString()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...