Searched refs:enterFullScreenExclusive (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/java.desktop/macosx/classes/sun/awt/
H A DCGraphicsDevice.java180 enterFullScreenExclusive(w);
209 private static void enterFullScreenExclusive(Window w) { method in class:CGraphicsDevice
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/
H A DX11GraphicsDevice.java274 private static native void enterFullScreenExclusive(long window); method in class:X11GraphicsDevice
327 private static void enterFullScreenExclusive(Window w) { method in class:X11GraphicsDevice
330 enterFullScreenExclusive(peer.getWindow());
368 enterFullScreenExclusive(w);
/openjdk9/jdk/src/java.desktop/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsDevice.java183 protected void enterFullScreenExclusive(final int screen, WindowPeer wp) method in class:D3DGraphicsDevice
205 super.enterFullScreenExclusive(screen, wp);
/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/
H A DWin32GraphicsDevice.java416 enterFullScreenExclusive(screen, peer);
437 protected native void enterFullScreenExclusive(int screen, WindowPeer w); method in class:Win32GraphicsDevice

Completed in 104 milliseconds