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

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DExtendedPanAction.java46 private Point lastLocation; field in class:ExtendedPanAction
58 lastLocation = scene.convertSceneToView(widget.convertLocalToScene(event.getPoint()));
59 SwingUtilities.convertPointToScreen(lastLocation, scrollPane.getViewport().getView());
106 int xOffset = lastLocation.x - newLocation.x;
107 int yOffset = lastLocation.y - newLocation.y;
128 lastLocation = newLocation;

Completed in 35 milliseconds