Searched defs:newLocation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DExtendedPanAction.java96 private boolean pan(Widget widget, Point newLocation) { argument
100 newLocation = scene.convertSceneToView(widget.convertLocalToScene(newLocation));
101 SwingUtilities.convertPointToScreen(newLocation, scrollPane.getViewport().getView());
106 int xOffset = lastLocation.x - newLocation.x;
107 int yOffset = lastLocation.y - newLocation.y;
128 lastLocation = newLocation;

Completed in 23 milliseconds