HomeSort by relevance Sort by last modified time
    Searched refs:showStructureViews (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutWindowCoordinator.java 240 editor.showStructureViews(true /*outline*/, true /*properties*/, true /*layout*/);
242 editor.showStructureViews(false /*outline*/, false /*properties*/, true /*layout*/);
245 editor.showStructureViews(true /*outline*/, !mPropertiesOpen /*properties*/,
GraphicalEditorPart.java 447 showStructureViews(false, false, false);
525 void showStructureViews(final boolean showOutline, final boolean showProperties,
533 showStructureViews(showOutline, showProperties, updateLayout);
    [all...]

Completed in 44 milliseconds