Searched refs:mLayoutViewer (Results 1 – 2 of 2) sorted by relevance
41 private LayoutViewer mLayoutViewer; field in LayoutView50 mLayoutViewer.setShowExtras(isChecked());59 mLayoutViewer.setShowExtras(true);66 boolean newValue = !mLayoutViewer.getOnBlack();67 mLayoutViewer.setOnBlack(newValue);100 mLayoutViewer = new LayoutViewer(parent); in createPartControl()131 mLayoutViewer.setFocus(); in setFocus()
126 private LayoutViewer mLayoutViewer; field in HierarchyViewerApplication468 mLayoutViewer = new LayoutViewer(layoutViewerMainContainer); in buildTreeViewPanel()788 if (mLayoutViewer.getOnBlack()) {789 mLayoutViewer.setOnBlack(false);792 mLayoutViewer.setOnBlack(true);804 mLayoutViewer.setShowExtras(mShowExtras.getSelection());