Home
last modified time | relevance | path

Searched refs:loupe (Results 1 – 1 of 1) sorted by relevance

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DScreenViewer.java65 private ScreenViewer.LoupeViewer loupe; field in ScreenViewer
105 loupe = new LoupeViewer(); in buildLoupePanel()
106 loupe.addMouseWheelListener(new WheelZoomListener()); in buildLoupePanel()
107 CrosshairPanel crosshairPanel = new CrosshairPanel(loupe); in buildLoupePanel()
162 loupe.clearGrid = true; in buildViewerAndControls()
163 loupe.moveToPoint(crosshair.crosshair.x, crosshair.crosshair.y); in buildViewerAndControls()
192 loupe.showOverlay = ((JCheckBox) event.getSource()).isSelected(); in buildOverlayExtraControls()
193 loupe.repaint(); in buildOverlayExtraControls()
515 loupe.moveToPoint(crosshair.x, crosshair.y); in moveToPoint()
624 CrosshairPanel(LoupeViewer loupe) { in CrosshairPanel() argument
[all …]