Searched refs:mouseLocation (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DBoundedZoomAction.java94 Point mouseLocation = scene.convertSceneToView(event.getPoint());
101 xOffset = (mouseLocation.x - viewPosition.x);
102 yOffset = (mouseLocation.y - viewPosition.y);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DBoundedZoomAction.java93 Point mouseLocation = scene.convertSceneToView(event.getPoint());
103 xOffset = (mouseLocation.x - viewPosition.x);
104 yOffset = (mouseLocation.y - viewPosition.y);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCCursorManager.m124 pt = ConvertNSScreenPoint(env, [NSEvent mouseLocation]);
H A DAWTWindow.m319 NSPoint nsMouseLocation = [NSEvent mouseLocation];
355 NSPoint screenLocation = [NSEvent mouseLocation];
705 NSPoint p = [NSEvent mouseLocation];
938 NSPoint mLocation = [NSEvent mouseLocation];
H A DCTrayIcon.m129 NSPoint absP = [NSEvent mouseLocation];
H A DAWTEvent.m825 NSPoint pOnScreen = [NSEvent mouseLocation];
H A DAWTView.m343 NSPoint absP = [NSEvent mouseLocation];
/openjdk7/jdk/test/java/awt/Robot/ManualInstructions/
H A DManualInstructions.java26 Point mouseLocation; //where mouse should be pressed each time field in class:ManualInstructions

Completed in 658 milliseconds