Home
last modified time | relevance | path

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

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DScreenViewer.java66 private ScreenViewer.Crosshair crosshair; field in ScreenViewer
130 crosshair = new Crosshair(new ScreenshotViewer()); in buildViewerAndControls()
131 crosshair.addMouseWheelListener(new WheelZoomListener()); in buildViewerAndControls()
132 JScrollPane scroller = new JScrollPane(crosshair); in buildViewerAndControls()
163 loupe.moveToPoint(crosshair.crosshair.x, crosshair.crosshair.y); in buildViewerAndControls()
345 crosshair.moveToPoint(x, y); in moveToPoint()
481 Point crosshair = new Point(); field in ScreenViewer.Crosshair
506 crosshair.x = x; in moveToPoint()
507 crosshair.y = y; in moveToPoint()
508 status.showPixel(crosshair.x, crosshair.y); in moveToPoint()
[all …]