Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiElementDetail.java382 int parentNumCol = ((TableWrapLayout) masterTable.getLayout()).numColumns; in createSubSectionTable() local
383 if (parentNumCol > 1) { in createSubSectionTable()
387 twd.colspan = parentNumCol; in createSubSectionTable()