Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java525 void showStructureViews(final boolean showOutline, final boolean showProperties, in showStructureViews() argument
533 showStructureViews(showOutline, showProperties, updateLayout); in showStructureViews()
541 boolean show = showOutline || showProperties; in showStructureViews()