HomeSort by relevance Sort by last modified time
    Searched full:loupe (Results 1 - 2 of 2) sorted by null

  /frameworks/base/docs/html/guide/developing/tools/
hierarchy-viewer.jd 66 <li>Loupe View: a magnified, pixel-grid view of the device window, on the right.</li>
79 <p>A very handy feature for designing your UI is the ability to overlay an image in the Normal and Loupe
84 <p>The Normal View and Loupe View refresh at regular intervals (5 seconds by default), but the
94 <li><strong>Refresh Rate</strong>: Adjust how often the Normal and Loupe View refresh their display.</li>
95 <li><strong>Zoom</strong>: Adjust the zoom level of the Loupe View.</li>
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 66 private ScreenViewer.LoupeViewer loupe; field in class:ScreenViewer
106 loupe = new LoupeViewer();
107 loupe.addMouseWheelListener(new WheelZoomListener());
108 CrosshairPanel crosshairPanel = new CrosshairPanel(loupe);
163 loupe.clearGrid = true;
164 loupe.moveToPoint(crosshair.crosshair.x, crosshair.crosshair.y);
189 JCheckBox showInLoupe = new JCheckBox("Show in Loupe");
193 loupe.showOverlay = ((JCheckBox) event.getSource()).isSelected();
194 loupe.repaint();
516 loupe.moveToPoint(crosshair.x, crosshair.y)
    [all...]

Completed in 144 milliseconds