Searched refs:setFullScreenWindow (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/test/java/awt/Multiscreen/TranslucencyThrowsExceptionWhenFullScreen/
H A DTranslucencyThrowsExceptionWhenFullScreen.java62 device.setFullScreenWindow(frame);
67 device.setFullScreenWindow(null);
/openjdk7/jdk/test/java/awt/FullScreen/TranslucentWindow/
H A DTranslucentWindow.java48 gd.setFullScreenWindow(f);
51 gd.setFullScreenWindow(null);
65 gd.setFullScreenWindow(f);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrinterGraphicsDevice.java61 public void setFullScreenWindow(Window w) { method in class:PrinterGraphicsDevice
/openjdk7/jdk/test/java/awt/FullScreen/UninitializedDisplayModeChangeTest/
H A DDisplayModeChanger.java50 gd.setFullScreenWindow(f);
62 gd.setFullScreenWindow(null);
/openjdk7/jdk/test/java/awt/FullScreen/BufferStrategyExceptionTest/
H A DBufferStrategyExceptionTest.java69 gd.setFullScreenWindow(f);
79 gd.setFullScreenWindow(null);
/openjdk7/jdk/test/java/awt/FullScreen/FullScreenInsets/
H A DFullScreenInsets.java74 device.setFullScreenWindow(wGreen);
79 device.setFullScreenWindow(wRed);
84 device.setFullScreenWindow(null);
/openjdk7/jdk/test/java/awt/WMSpecificTests/Metacity/
H A DFullscreenDialogModality.java48 gd.setFullScreenWindow(this);
59 gd.setFullScreenWindow(null);
/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsDevice.java152 public synchronized void setFullScreenWindow(Window w) { method in class:CGraphicsDevice
169 super.setFullScreenWindow(w);
/openjdk7/jdk/test/java/awt/FullScreen/SetFSWindow/
H A DFSFrame.java135 gd.setFullScreenWindow(this);
157 gd.setFullScreenWindow(null);
/openjdk7/jdk/test/java/awt/Multiscreen/DeviceIdentificationTest/
H A DDeviceIdentificationTest.java133 gd.setFullScreenWindow(null);
137 gd.setFullScreenWindow(fsf);
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsDevice.java332 public synchronized void setFullScreenWindow(Window w) { method in class:Win32GraphicsDevice
338 super.setFullScreenWindow(w);
367 super.setFullScreenWindow(w);
/openjdk7/jdk/test/java/awt/Multiscreen/WindowGCChangeTest/
H A DWindowGCChangeTest.java158 nondefGD.setFullScreenWindow(h);
/openjdk7/jdk/test/java/awt/FullScreen/NoResizeEventOnDMChangeTest/
H A DNoResizeEventOnDMChangeTest.java133 gd.setFullScreenWindow(fsWin);
171 gd.setFullScreenWindow(null);
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsDevice.java285 public void setFullScreenWindow(Window w) { method in class:GraphicsDevice
336 * @see #setFullScreenWindow(Window)
357 * full-screen mode using {@link #setFullScreenWindow}).
362 * @see #setFullScreenWindow
373 * {@link #setFullScreenWindow} providing that full-screen exclusive mode is
396 * gd.setFullScreenWindow(frame);
H A DWindow.java1173 gd.setFullScreenWindow(null);
3548 * GraphicsDevice#setFullScreenWindow(Window)})
3647 * GraphicsDevice#setFullScreenWindow(Window)})
3741 * GraphicsDevice#setFullScreenWindow(Window)})
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsDevice.java343 public synchronized void setFullScreenWindow(Window w) { method in class:X11GraphicsDevice
356 super.setFullScreenWindow(w);
/openjdk7/jdk/test/java/awt/FullScreen/MultimonFullscreenTest/
H A DMultimonFullscreenTest.java301 dev.setFullScreenWindow(fsWindow);
382 w.getGraphicsConfiguration().getDevice().setFullScreenWindow(null);

Completed in 61 milliseconds