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

/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DMouseInfo.java91 GraphicsDevice[] gds = GraphicsEnvironment.getLocalGraphicsEnvironment().
94 if (areScreenDevicesIndependent(gds)) {
95 retval = new PointerInfo(gds[deviceNum], point);
97 for (int i = 0; i < gds.length; i++) {
98 GraphicsConfiguration gc = gds[i].getDefaultConfiguration();
101 retval = new PointerInfo(gds[i], point);
109 private static boolean areScreenDevicesIndependent(GraphicsDevice[] gds) { argument
110 for (int i = 0; i < gds.length; i++) {
111 Rectangle bounds = gds[i].getDefaultConfiguration().getBounds();
/openjdk9/jdk/test/java/awt/MouseInfo/
H A DMultiscreenPointerInfo.java44 GraphicsDevice[] gds = ge.getScreenDevices();
45 int gdslen = gds.length;
51 Rectangle rx = gds[1].getDefaultConfiguration().getBounds();
56 robot = new Robot(gds[1]);
59 robot = new Robot(gds[0]);
84 if (dev != gds[1]) {
H A DGetPointerInfoTest.java43 GraphicsDevice[] gds = ge.getScreenDevices();
44 int gdslen = gds.length;
50 Robot robot = new Robot(gds[0]);
/openjdk9/jdk/test/java/awt/Robot/SpuriousMouseEvents/
H A DSpuriousMouseEvents.java47 GraphicsDevice[] gds = ge.getScreenDevices();
48 if (gds.length < 2) {
60 GraphicsDevice gd = gds[i];
61 GraphicsDevice gdo = gds[1 - i];
/openjdk9/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];
/openjdk9/jdk/test/java/awt/Multiscreen/MouseEventTest/
H A DMouseEventTest.java46 GraphicsDevice[] gds = ge.getScreenDevices();
47 if (gds.length < 2) {
52 for (int i = 0; i < gds.length; ++i) {
53 GraphicsDevice gd = gds[i];
/openjdk9/jdk/test/java/awt/Multiscreen/MultiScreenInsetsTest/
H A DMultiScreenInsetsTest.java57 GraphicsDevice[] gds = ge.getScreenDevices();
58 if (gds.length < 2) {
63 for (int screen = 0; screen < gds.length; ++screen) {
64 GraphicsDevice gd = gds[screen];
/openjdk9/jdk/test/java/awt/Container/MoveToOtherScreenTest/
H A DMoveToOtherScreenTest.java55 GraphicsDevice[] gds = ge.getScreenDevices();
56 if (gds.length < 2) {
62 GraphicsConfiguration conf = gds[i].getConfigurations()[0];
/openjdk9/jdk/test/java/awt/Multiscreen/UpdateGCTest/
H A DUpdateGCTest.java47 GraphicsDevice[] gds = ge.getScreenDevices();
48 if (gds.length < 2)
54 for (GraphicsDevice gd : gds)
74 for (GraphicsDevice gdOrig : gds)
105 for (GraphicsDevice gd : gds)
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXMouseInfoPeer.java49 GraphicsDevice[] gds = ge.getScreenDevices();
50 int gdslen = gds.length;
68 GraphicsDevice device = gds[i];
H A DXWindowPeer.java679 GraphicsDevice gds[] = XToolkit.localEnv.getScreenDevices();
685 for (int i = 0; i < gds.length; i++) {
686 screenBounds = gds[i].getDefaultConfiguration().getBounds();
698 newGC = gds[i].getDefaultConfiguration();
704 newGC = gds[i].getDefaultConfiguration();
1550 GraphicsDevice[] gds = ge.getScreenDevices();
1551 if (!ge.runningXinerama() && (gds.length > 1)) {
1552 for (GraphicsDevice gd : gds) {
/openjdk9/jdk/test/java/awt/Multiscreen/MultiScreenLocationTest/
H A DMultiScreenLocationTest.java62 GraphicsDevice[] gds = ge.getScreenDevices();
63 if (gds.length < 2) {
68 for (int i = 0; i < gds.length; ++i) {
69 GraphicsDevice gd = gds[i];
/openjdk9/jdk/test/java/awt/EmbeddedFrame/GraphicsConfigTest/
H A DGraphicsConfigTest.java55 GraphicsDevice[] gds = ge.getScreenDevices();
56 if (gds.length < 2) {
62 boolean xinerama = Arrays.stream(gds)
71 Rectangle r0 = gds[0].getDefaultConfiguration().getBounds();
72 Rectangle r1 = gds[1].getDefaultConfiguration().getBounds();
/openjdk9/jdk/test/java/awt/Multiscreen/LocationRelativeToTest/
H A DLocationRelativeToTest.java55 GraphicsDevice[] gds = ge.getScreenDevices();
70 for (GraphicsDevice gd : gds)
/openjdk9/jdk/test/java/awt/Toolkit/ScreenInsetsTest/
H A DScreenInsetsTest.java53 GraphicsDevice[] gds = ge.getScreenDevices();
54 for (GraphicsDevice gd : gds)
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/
H A DX11GraphicsEnvironment.java363 GraphicsDevice[] gds = getScreenDevices();
387 unionRect = getUsableBounds(gds[0]);
389 for (i = 0; i < gds.length; i++) {
390 tempRect = getUsableBounds(gds[i]);
/openjdk9/jdk/test/java/awt/Multiscreen/DeviceIdentificationTest/
H A DDeviceIdentificationTest.java83 GraphicsDevice gds[] =
88 for (GraphicsDevice gd : gds) {
/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/
H A DWin32GraphicsDevice.java597 GraphicsDevice gds[] =
603 for (GraphicsDevice gd : gds) {
610 for (GraphicsDevice gd : gds) {
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java1044 GraphicsDevice[] gds = ge.getScreenDevices();
1045 for (int i = 0; i < gds.length; i++) {
1046 if (gds[i] == gd) {
/openjdk9/nashorn/test/script/basic/
H A DJDK-8017084.js4886 gds: 4855,

Completed in 122 milliseconds