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

  /external/chromium_org/third_party/flot/
jquery.flot.crosshair.min.js 8 crosshair: {
15 crosshair that lets you trace the values on the x axis, "y" enables a
16 horizontal crosshair and "xy" enables them both. "color" is the color of the
17 crosshair (default is "rgba(170, 0, 0, 0.80)"), "lineWidth" is the width of
24 Set the position of the crosshair. Note that this is cleared if the user
28 "plothover" event. If "pos" is null, the crosshair is cleared.
32 Clear the crosshair.
36 Cause the crosshair to lock to the current location, no longer updating if
42 var myFlot = $.plot( $("#graph"), ..., { crosshair: { mode: "x" } } };
45 // Lock the crosshair to the data point being hovere
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 66 private ScreenViewer.Crosshair crosshair; field in class:ScreenViewer
130 crosshair = new Crosshair(new ScreenshotViewer());
131 crosshair.addMouseWheelListener(new WheelZoomListener());
132 JScrollPane scroller = new JScrollPane(crosshair);
163 loupe.moveToPoint(crosshair.crosshair.x, crosshair.crosshair.y)
481 Point crosshair = new Point(); field in class:ScreenViewer.Crosshair
    [all...]

Completed in 66 milliseconds