Home
last modified time | relevance | path

Searched refs:mActionBar (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.java287 private LayoutActionBar mActionBar; field in GraphicalEditorPart
422 mActionBar = new LayoutActionBar(layoutBarAndCanvas, SWT.NONE, this); in createPartControl()
424 mActionBar.setLayoutData(detailsData); in createPartControl()
426 mActionBar.updateErrorIndicator(file); in createPartControl()
766 if (mActionBar.isZoomingAllowed()) { in changed()
1057 mActionBar.updateErrorIndicator(); in activated()
1304 if (mActionBar.isZoomingRealSize()) { in recomputeLayout()
1305 mActionBar.computeAndSetRealScale(false /* redraw */); in recomputeLayout()
2898 return mActionBar; in getLayoutActionBar()