Searched refs:lastLocation (Results 1 - 2 of 2) 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;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneUI.java882 int lastLocation = splitPane.
897 splitPane.setDividerLocation(lastLocation);
1381 int lastLocation = splitPane.getLastDividerLocation();
1394 splitPane.setLastDividerLocation(lastLocation);

Completed in 33 milliseconds