Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DSectionHelper.java268 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB); in createLabel() local
270 twd.colspan = ((TableWrapLayout) parent.getLayout()).numColumns; in createLabel()
272 label.setLayoutData(twd); in createLabel()
348 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB); in createFormText() local
349 twd.maxWidth = AndroidXmlEditor.TEXT_WIDTH_HINT; in createFormText()
351 twd.colspan = ((TableWrapLayout) parent.getLayout()).numColumns; in createFormText()
353 text.setLayoutData(twd); in createFormText()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiSeparatorAttributeNode.java80 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB); in createUiControl() local
82 twd.colspan = ((TableWrapLayout) parent.getLayout()).numColumns; in createUiControl()
84 row.setLayoutData(twd); in createUiControl()
DUiListAttributeNode.java76 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE); in createUiControl() local
77 twd.maxWidth = 100; in createUiControl()
78 mCombo.setLayoutData(twd); in createUiControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiElementDetail.java385 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB); in createSubSectionTable() local
386 twd.maxWidth = AndroidXmlEditor.TEXT_WIDTH_HINT; in createSubSectionTable()
387 twd.colspan = parentNumCol; in createSubSectionTable()
388 masterTable.setLayoutData(twd); in createSubSectionTable()