Searched refs:getScreenDevices (Results 1 - 25 of 39) sorted by relevance

12

/openjdk7/jdk/test/java/awt/GraphicsEnvironment/
H A DPreferLocaleFonts.java58 public GraphicsDevice[] getScreenDevices() throws HeadlessException { method in class:PreferLocaleFonts
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXCanvasPeer.java75 getScreenDevices()[screenNum];
88 getScreenDevices()[screenNum].
H A DXMouseInfoPeer.java47 GraphicsDevice[] gds = ge.getScreenDevices();
/openjdk7/jdk/test/java/awt/Multiscreen/TranslucencyThrowsExceptionWhenFullScreen/
H A DTranslucencyThrowsExceptionWhenFullScreen.java50 GraphicsDevice[] devices = ge.getScreenDevices();
/openjdk7/jdk/src/share/classes/java/awt/
H A DMouseInfo.java85 getScreenDevices();
H A DGraphicsEnvironment.java238 public abstract GraphicsDevice[] getScreenDevices() method in class:GraphicsEnvironment
/openjdk7/jdk/test/java/awt/GraphicsDevice/
H A DCloneConfigsTest.java52 GraphicsDevice[] devices = env.getScreenDevices();
/openjdk7/jdk/test/java/awt/Multiscreen/WPanelPeerPerf/
H A DWPanelPeerPerf.java68 int numScreens = GraphicsEnvironment.getLocalGraphicsEnvironment().getScreenDevices().length;
125 GraphicsDevice[] devs = GraphicsEnvironment.getLocalGraphicsEnvironment().getScreenDevices();
/openjdk7/jdk/test/java/awt/Mouse/MaximizedFrameTest/
H A DMaximizedFrameTest.java92 GraphicsEnvironment.getLocalGraphicsEnvironment().getScreenDevices()[0].getConfigurations()[0].getBounds();
/openjdk7/jdk/test/java/awt/Multiscreen/LocationRelativeToTest/
H A DLocationRelativeToTest.java54 GraphicsDevice[] gds = ge.getScreenDevices();
/openjdk7/jdk/test/java/awt/Toolkit/ScreenInsetsTest/
H A DScreenInsetsTest.java52 GraphicsDevice[] gds = ge.getScreenDevices();
/openjdk7/jdk/test/javax/swing/JComponent/6683775/
H A Dbug6683775.java69 GraphicsDevice[] devices = env.getScreenDevices();
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DHeadlessGraphicsEnvironment.java70 public GraphicsDevice[] getScreenDevices() method in class:HeadlessGraphicsEnvironment
H A DSunGraphicsEnvironment.java133 public synchronized GraphicsDevice[] getScreenDevices() { method in class:SunGraphicsEnvironment
168 return getScreenDevices()[0];
273 for (GraphicsDevice gd : getScreenDevices()) {
/openjdk7/jdk/test/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java84 GraphicsDevice[] devices = environment.getScreenDevices();
138 GraphicsDevice[] devices = environment.getScreenDevices();
167 GraphicsDevice[] devices = environment.getScreenDevices();
/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsEnvironment.java183 public synchronized GraphicsDevice[] getScreenDevices() throws HeadlessException { method in class:CGraphicsEnvironment
/openjdk7/jdk/src/share/classes/com/sun/awt/
H A DAWTUtilities.java289 GraphicsDevice[] devices = env.getScreenDevices();
/openjdk7/jdk/test/java/awt/Multiscreen/UpdateGCTest/
H A DUpdateGCTest.java46 GraphicsDevice[] gds = ge.getScreenDevices();
/openjdk7/jdk/test/java/awt/Multiscreen/WindowGCChangeTest/
H A DWindowGCChangeTest.java67 GraphicsDevice[] gds = ge.getScreenDevices();
/openjdk7/jdk/test/sun/java2d/DirectX/StrikeDisposalCrashTest/
H A DStrikeDisposalCrashTest.java51 GraphicsEnvironment.getLocalGraphicsEnvironment().getScreenDevices();
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsEnvironment.java203 return getScreenDevices()[getDefaultScreenNum()];
365 GraphicsDevice[] gds = getScreenDevices();
/openjdk7/jdk/src/share/classes/javax/print/
H A DServiceUI.java217 GraphicsDevice[] gs = ge.getScreenDevices();
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsEnvironment.java96 return getScreenDevices()[getDefaultScreen()];
/openjdk7/jdk/test/java/awt/FullScreen/FullScreenInsets/
H A DFullScreenInsets.java52 final GraphicsDevice[] devices = ge.getScreenDevices();
/openjdk7/jdk/test/java/awt/Multiscreen/DeviceIdentificationTest/
H A DDeviceIdentificationTest.java85 getScreenDevices();

Completed in 118 milliseconds

12