Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
DLibraryProperties.java152 final TableColumn column0 = new TableColumn(mTable, SWT.NONE); in LibraryProperties() local
153 column0.setText("Reference"); in LibraryProperties()
242 adjustColumnsWidth(mTable, column0, column1); in LibraryProperties()
361 final TableColumn column0, in adjustColumnsWidth() argument
368 column0.setWidth(r.width * 50 / 100); // 50% in adjustColumnsWidth()