Home
last modified time | relevance | path

Searched refs:mZoomRealSizeButton (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/
DLayoutActionBar.java77 private ToolItem mZoomRealSizeButton; field in LayoutActionBar
483 mZoomRealSizeButton = new ToolItem(toolBar, SWT.CHECK); in createZoomControls()
484 mZoomRealSizeButton.setToolTipText("Emulate Real Size"); in createZoomControls()
485 mZoomRealSizeButton.setImage(iconFactory.getIcon("zoomreal")); //$NON-NLS-1$); in createZoomControls()
486 mZoomRealSizeButton.addSelectionListener(new SelectionAdapter() { in createZoomControls()
489 boolean newState = mZoomRealSizeButton.getSelection(); in createZoomControls()
496 mZoomRealSizeButton.setSelection(!newState); in createZoomControls()
654 return mZoomRealSizeButton.getSelection(); in isZoomingRealSize()