OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isZoomingAllowed
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java
435
if (actionBar.
isZoomingAllowed
()) {
477
if (c == '1' && actionBar.
isZoomingAllowed
()) {
479
} else if (c == '0' && actionBar.
isZoomingAllowed
()) {
482
&& actionBar.
isZoomingAllowed
()) {
484
} else if ((c == '+' || c == '=') && actionBar.
isZoomingAllowed
()) {
490
} else if (c == '-' && actionBar.
isZoomingAllowed
()) {
793
if (actionBar.
isZoomingAllowed
()) {
[
all
...]
LayoutActionBar.java
649
boolean
isZoomingAllowed
() {
GraphicalEditorPart.java
[
all
...]
Completed in 128 milliseconds