Searched refs:ZOOM_ICON_WIDTH (Results 1 – 1 of 1) sorted by relevance
94 private static final int ZOOM_ICON_WIDTH = 16; field in RenderPreviewManager634 ZOOM_ICON_WIDTH + 2 * padding, in paint()1400 int x = clientArea.x + clientArea.width - ZOOM_ICON_WIDTH; in getZoomX()1476 if (mousePos.x >= x && mousePos.x <= x + ZOOM_ICON_WIDTH) { in click()