Searched refs:isZoomingAllowed (Results 1 – 3 of 3) sorted by relevance
435 if (actionBar.isZoomingAllowed()) {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()490 } else if (c == '-' && actionBar.isZoomingAllowed()) { in handleKeyPressed()793 if (actionBar.isZoomingAllowed()) { in ensureZoomed()
649 boolean isZoomingAllowed() { in isZoomingAllowed() method in LayoutActionBar
766 if (mActionBar.isZoomingAllowed()) { in changed()