Searched refs:gds (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DMouseInfo.java84 GraphicsDevice[] gds = GraphicsEnvironment.getLocalGraphicsEnvironment().
87 if (areScreenDevicesIndependent(gds)) {
88 retval = new PointerInfo(gds[deviceNum], point);
90 for (int i = 0; i < gds.length; i++) {
91 GraphicsConfiguration gc = gds[i].getDefaultConfiguration();
94 retval = new PointerInfo(gds[i], point);
102 private static boolean areScreenDevicesIndependent(GraphicsDevice[] gds) { argument
103 for (int i = 0; i < gds.length; i++) {
104 Rectangle bounds = gds[i].getDefaultConfiguration().getBounds();
/openjdk7/jdk/test/java/awt/Multiscreen/WindowGCChangeTest/
H A DWindowGCChangeTest.java67 GraphicsDevice[] gds = ge.getScreenDevices();
69 if (gds.length != 2)
78 for (int i = 0; i < gds.length; i++)
80 Rectangle r = gds[i].getDefaultConfiguration().getBounds();
85 if (gds[i] == defgd)
101 GraphicsDevice defGD = gds[defGDNo];
102 GraphicsDevice nondefGD = gds[nondefGDNo];
/openjdk7/jdk/test/java/awt/Multiscreen/UpdateGCTest/
H A DUpdateGCTest.java46 GraphicsDevice[] gds = ge.getScreenDevices();
47 if (gds.length < 2)
53 for (GraphicsDevice gd : gds)
73 for (GraphicsDevice gdOrig : gds)
104 for (GraphicsDevice gd : gds)
/openjdk7/jdk/test/java/awt/Multiscreen/LocationRelativeToTest/
H A DLocationRelativeToTest.java54 GraphicsDevice[] gds = ge.getScreenDevices();
69 for (GraphicsDevice gd : gds)
/openjdk7/jdk/test/java/awt/Toolkit/ScreenInsetsTest/
H A DScreenInsetsTest.java52 GraphicsDevice[] gds = ge.getScreenDevices();
53 for (GraphicsDevice gd : gds)
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXMouseInfoPeer.java47 GraphicsDevice[] gds = ge.getScreenDevices();
48 int gdslen = gds.length;
H A DXWindowPeer.java675 GraphicsDevice gds[] = XToolkit.localEnv.getScreenDevices();
679 for (int i = 0; i < gds.length; i++) {
680 screenBounds = gds[i].getDefaultConfiguration().getBounds();
692 newGC = gds[i].getDefaultConfiguration();
698 newGC = gds[i].getDefaultConfiguration();
1443 GraphicsDevice[] gds = ge.getScreenDevices();
1444 if (!ge.runningXinerama() && (gds.length > 1)) {
1445 for (GraphicsDevice gd : gds) {
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsEnvironment.java365 GraphicsDevice[] gds = getScreenDevices();
389 unionRect = getUsableBounds(gds[0]);
391 for (i = 0; i < gds.length; i++) {
392 tempRect = getUsableBounds(gds[i]);
/openjdk7/jdk/test/java/awt/Multiscreen/DeviceIdentificationTest/
H A DDeviceIdentificationTest.java83 GraphicsDevice gds[] =
88 for (GraphicsDevice gd : gds) {
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsDevice.java557 GraphicsDevice gds[] =
563 for (GraphicsDevice gd : gds) {
570 for (GraphicsDevice gd : gds) {
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java1008 GraphicsDevice[] gds = ge.getScreenDevices();
1009 for (int i = 0; i < gds.length; i++) {
1010 if (gds[i] == gd) {

Completed in 120 milliseconds