HomeSort by relevance Sort by last modified time
    Searched refs:columnWidths (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/widget/
TableRow.java 294 final int[] columnWidths = mColumnWidths;
316 columnWidths[i] = width;
318 columnWidths[i] = 0;
321 columnWidths[i] = 0;
325 return columnWidths;
330 * this row sets a fixed width, as defined by <code>columnWidths</code>,
333 * @param columnWidths the fixed width of each column that this row must
335 * @throws IllegalArgumentException when columnWidths' length is smaller
339 void setColumnsWidthConstraints(int[] columnWidths) {
340 if (columnWidths == null || columnWidths.length < getVirtualChildCount())
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
util.js 235 var columnWidths = [];
236 columnWidths.length = numColumns;
238 columnWidths[i] = 0;
258 columnWidths[c] = Math.max(columnWidths[c], cell.text.length);
283 var padding = columnWidths[c] - cell.text.length;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 666 IMemento columnWidths = null;
668 columnWidths = mMemento.getChild(KEY_WIDTHS);
671 if (columnWidths != null) {
672 columnWidths.putInteger(getKey(column), columnWidth);
701 IMemento columnWidths = mMemento.getChild(KEY_WIDTHS);
702 if (columnWidths != null) {
703 Integer value = columnWidths.getInteger(getKey(column));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 94 milliseconds