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

/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsDevice.java176 enterFullScreenExclusive(w);
205 private static void enterFullScreenExclusive(Window w) { method in class:CGraphicsDevice
237 enterFullScreenExclusive(w);
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsDevice.java272 private static native void enterFullScreenExclusive(long window); method in class:X11GraphicsDevice
326 private static void enterFullScreenExclusive(Window w) { method in class:X11GraphicsDevice
329 enterFullScreenExclusive(peer.getContentWindow());
365 enterFullScreenExclusive(w);
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsDevice.java377 enterFullScreenExclusive(screen, peer);
398 protected native void enterFullScreenExclusive(int screen, WindowPeer w); method in class:Win32GraphicsDevice
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsDevice.java180 protected void enterFullScreenExclusive(final int screen, WindowPeer wp) method in class:D3DGraphicsDevice
202 super.enterFullScreenExclusive(screen, wp);

Completed in 1433 milliseconds