Home
last modified time | relevance | path

Searched refs:mMasterSection (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.java66 private Section mMasterSection; field in UiElementDetail
94 mMasterSection = createMasterSection(parent); in createContents()
175 mMasterSection.getParent().pack(true /* changed */); in refresh()
231 mMasterSection.setText(String.format("Attributes for %1$s", ui_node.getShortDescription())); in createUiAttributeControls()
261 Composite masterTable = SectionHelper.createTableLayout(mMasterSection, in createUiAttributeControls()
368 mMasterSection.getParent().pack(true /* changed */); in createUiAttributeControls()
422 for(Composite c = mMasterSection; c != null; c = c.getParent()) { in reflowMasterSection()