Searched refs:getDefaultScreenDevice (Results 1 - 25 of 69) sorted by relevance

123

/openjdk7/jdk/test/java/awt/GraphicsEnvironment/
H A DTestGetDefScreenDevice.java27 * @summary Test GraphicsEnvironment.getDefaultScreenDevice() in headless mode
37 ge.getDefaultScreenDevice();
H A DPreferLocaleFonts.java55 public GraphicsDevice getDefaultScreenDevice() throws HeadlessException { method in class:PreferLocaleFonts
/openjdk7/jdk/test/java/awt/GraphicsConfiguration/NormalizingTransformTest/
H A DNormalizingTransformTest.java43 getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/test/java/awt/Robot/CtorTest/
H A DCtorTest.java49 getLocalGraphicsEnvironment().getDefaultScreenDevice();
/openjdk7/jdk/test/java/awt/Graphics2D/TransformSetGet/
H A DTransformSetGet.java43 ge.getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsEnvironment.java248 public abstract GraphicsDevice getDefaultScreenDevice() method in class:GraphicsEnvironment
433 SunGraphicsEnvironment.getUsableBounds(getDefaultScreenDevice());
460 return SunGraphicsEnvironment.getUsableBounds(getDefaultScreenDevice());
/openjdk7/jdk/test/java/awt/FullScreen/TranslucentWindow/
H A DTranslucentWindow.java42 GraphicsDevice gd = ge.getDefaultScreenDevice();
/openjdk7/jdk/test/java/awt/FullScreen/UninitializedDisplayModeChangeTest/
H A DDisplayModeChanger.java42 getDefaultScreenDevice();
/openjdk7/jdk/test/java/awt/Graphics2D/FillTexturePaint/
H A DFillTexturePaint.java58 ge.getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/test/sun/java2d/DirectX/OpaqueImageToSurfaceBlitTest/
H A DOpaqueImageToSurfaceBlitTest.java50 GraphicsDevice gd = ge.getDefaultScreenDevice();
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A Dbug7181438.java68 final GraphicsConfiguration gc = ge.getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCCustomCursor.java35 final Rectangle bounds = GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice().getDefaultConfiguration().getBounds();
102 GraphicsDevice gs = ge.getDefaultScreenDevice();
/openjdk7/jdk/test/java/awt/FullScreen/BufferStrategyExceptionTest/
H A DBufferStrategyExceptionTest.java61 getDefaultScreenDevice();
/openjdk7/jdk/test/java/awt/Graphics2D/FlipDrawImage/
H A DFlipDrawImage.java47 ge.getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/test/java/awt/Multiscreen/LocationRelativeToTest/
H A DLocationRelativeToTest.java55 GraphicsDevice gdDef = ge.getDefaultScreenDevice();
/openjdk7/jdk/test/java/awt/image/DrawImage/
H A DIncorrectBounds.java49 ge.getDefaultScreenDevice().getDefaultConfiguration();
H A DIncorrectOffset.java47 ge.getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/test/javax/swing/JComponent/6683775/
H A Dbug6683775.java63 .getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/test/sun/java2d/pipe/hw/RSLContextInvalidationTest/
H A DRSLContextInvalidationTest.java52 GraphicsDevice gd = ge.getDefaultScreenDevice();
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DHeadlessGraphicsEnvironment.java75 public GraphicsDevice getDefaultScreenDevice() method in class:HeadlessGraphicsEnvironment
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DSurfaceManager.java203 getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DPangoFonts.java66 ge.getDefaultScreenDevice().getDefaultConfiguration();
/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsEnvironment.java169 public synchronized GraphicsDevice getDefaultScreenDevice() throws HeadlessException { method in class:CGraphicsEnvironment
/openjdk7/jdk/src/share/classes/com/sun/awt/
H A DAWTUtilities.java282 if (isTranslucencyCapable(env.getDefaultScreenDevice()
/openjdk7/jdk/test/java/awt/Multiscreen/WindowGCChangeTest/
H A DWindowGCChangeTest.java77 GraphicsDevice defgd = ge.getDefaultScreenDevice();

Completed in 38 milliseconds

123