Home
last modified time | relevance | path

Searched refs:actionBar (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/
DLayoutCanvas.java434 LayoutActionBar actionBar = getGraphicalEditor().getLayoutActionBar();
435 if (actionBar.isZoomingAllowed()) {
476 LayoutActionBar actionBar = getGraphicalEditor().getLayoutActionBar(); in handleKeyPressed() local
477 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 …]