Home
last modified time | relevance | path

Searched refs:showProperties (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/
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()
546 createStructureViews(mStructureFlyout.getFlyoutParent(), showProperties); in showStructureViews() local
551 mOutlinePage.setShowPropertySheet(showProperties); in showStructureViews()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java663 private void showProperties(ViewNode node) { in showProperties() method in Workspace
1387 showProperties((ViewNode) newFocus); in focusChanged()