Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutWindowCoordinator.java240 editor.showStructureViews(true /*outline*/, true /*properties*/, true /*layout*/); in sync()
242 editor.showStructureViews(false /*outline*/, false /*properties*/, true /*layout*/); in sync()
245 editor.showStructureViews(true /*outline*/, !mPropertiesOpen /*properties*/, in sync()
DGraphicalEditorPart.java447 showStructureViews(false, false, false); in createPartControl()
525 void showStructureViews(final boolean showOutline, final boolean showProperties, in showStructureViews() method in GraphicalEditorPart
533 showStructureViews(showOutline, showProperties, updateLayout); in showStructureViews()