OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
440
showStructureViews
(false, false, false);
518
void
showStructureViews
(final boolean showOutline, final boolean showProperties,
526
showStructureViews
(showOutline, showProperties, updateLayout);
[
all
...]
Completed in 47 milliseconds