Searched refs:twd (Results 1 – 4 of 4) sorted by relevance
268 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB); in createLabel() local270 twd.colspan = ((TableWrapLayout) parent.getLayout()).numColumns; in createLabel()272 label.setLayoutData(twd); in createLabel()348 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB); in createFormText() local349 twd.maxWidth = AndroidXmlEditor.TEXT_WIDTH_HINT; in createFormText()351 twd.colspan = ((TableWrapLayout) parent.getLayout()).numColumns; in createFormText()353 text.setLayoutData(twd); in createFormText()
80 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB); in createUiControl() local82 twd.colspan = ((TableWrapLayout) parent.getLayout()).numColumns; in createUiControl()84 row.setLayoutData(twd); in createUiControl()
76 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE); in createUiControl() local77 twd.maxWidth = 100; in createUiControl()78 mCombo.setLayoutData(twd); in createUiControl()
385 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB); in createSubSectionTable() local386 twd.maxWidth = AndroidXmlEditor.TEXT_WIDTH_HINT; in createSubSectionTable()387 twd.colspan = parentNumCol; in createSubSectionTable()388 masterTable.setLayoutData(twd); in createSubSectionTable()