Searched refs:actionBar (Results 1 – 1 of 1) sorted by relevance
434 LayoutActionBar actionBar = getGraphicalEditor().getLayoutActionBar();435 if (actionBar.isZoomingAllowed()) {476 LayoutActionBar actionBar = getGraphicalEditor().getLayoutActionBar(); in handleKeyPressed() local477 if (c == '1' && actionBar.isZoomingAllowed()) { in handleKeyPressed()479 } else if (c == '0' && actionBar.isZoomingAllowed()) { in handleKeyPressed()482 && actionBar.isZoomingAllowed()) { in handleKeyPressed()484 } else if ((c == '+' || c == '=') && actionBar.isZoomingAllowed()) { in handleKeyPressed()488 actionBar.rescale(1); in handleKeyPressed()490 } else if (c == '-' && actionBar.isZoomingAllowed()) { in handleKeyPressed()494 actionBar.rescale(-1); in handleKeyPressed()[all …]