Home
last modified time | relevance | path

Searched refs:ZOOM_ICON_HEIGHT (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/
DRenderPreviewManager.java95 private static final int ZOOM_ICON_HEIGHT = 16; field in RenderPreviewManager
635 4 * ZOOM_ICON_HEIGHT + 2 * padding, arc, arc); in paint()
645 y += ZOOM_ICON_HEIGHT; in paint()
647 y += ZOOM_ICON_HEIGHT; in paint()
649 y += ZOOM_ICON_HEIGHT; in paint()
651 y += ZOOM_ICON_HEIGHT; in paint()
1478 if (mousePos.y >= y && mousePos.y <= y + 4 * ZOOM_ICON_HEIGHT) { in click()
1479 if (mousePos.y < y + ZOOM_ICON_HEIGHT) { in click()
1481 } else if (mousePos.y < y + 2 * ZOOM_ICON_HEIGHT) { in click()
1483 } else if (mousePos.y < y + 3 * ZOOM_ICON_HEIGHT) { in click()