Searched defs:gd (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/test/java/awt/FullScreen/UninitializedDisplayModeChangeTest/
H A DDisplayModeChanger.java40 final GraphicsDevice gd =
47 if (gd.isFullScreenSupported()) {
50 gd.setFullScreenWindow(f);
51 if (gd.isDisplayChangeSupported()) {
52 DisplayMode dm = findDisplayMode(gd);
53 if (gd != null) {
54 gd.setDisplayMode(dm);
62 gd.setFullScreenWindow(null);
77 private static DisplayMode findDisplayMode(GraphicsDevice gd) { argument
78 DisplayMode dms[] = gd
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterGraphicsConfig.java38 GraphicsDevice gd; field in class:CPrinterGraphicsConfig
42 this.gd = new CPrinterDevice(this);
57 return gd;
/openjdk7/jdk/test/java/awt/FullScreen/NoResizeEventOnDMChangeTest/
H A DNoResizeEventOnDMChangeTest.java50 final GraphicsDevice gd = GraphicsEnvironment.
53 if (!gd.isFullScreenSupported()) {
58 DisplayMode dm = gd.getDisplayMode();
60 for (DisplayMode dm1 : gd.getDisplayModes()) {
84 testFSWindow(gd, dms, f);
95 testFSWindow(gd, dms, w);
99 private static void testFSWindow(final GraphicsDevice gd, argument
133 gd.setFullScreenWindow(fsWin);
143 if (gd.isDisplayChangeSupported()) {
153 gd
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrinterGraphicsConfig.java42 GraphicsDevice gd; field in class:PrinterGraphicsConfig
51 this.gd = new PrinterGraphicsDevice(this, printerID);
58 return gd;
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufferedImageGraphicsConfig.java67 GraphicsDevice gd; field in class:BufferedImageGraphicsConfig
74 this.gd = new BufferedImageDevice(this);
77 this.gd = g2d.getDeviceConfiguration().getDevice();
89 return gd;
/openjdk7/jdk/test/java/awt/FullScreen/MultimonFullscreenTest/
H A DMultimonFullscreenTest.java90 GraphicsDevice gd[] = GraphicsEnvironment.getLocalGraphicsEnvironment(). field in class:MultimonFullscreenTest
112 deviceMap = new HashMap<Button, GraphicsDevice>(gd.length);
114 for (GraphicsDevice dev : gd) {
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphicsEnvironment.java254 public static Rectangle getUsableBounds(GraphicsDevice gd) { argument
255 GraphicsConfiguration gc = gd.getDefaultConfiguration();
273 for (GraphicsDevice gd : getScreenDevices()) {
274 if (gd instanceof DisplayChangedListener) {
275 ((DisplayChangedListener) gd).displayChanged();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDatetime.java61 static final String gd = "---dd"; field in class:ExsltDatetime
397 String[] formats = {dt, d, gmd, gd};
1068 SimpleDateFormat inFormat = new SimpleDateFormat(gd);
/openjdk7/jdk/test/java/beans/Introspector/
H A DTestTypeResolver.java134 private final D gd; field in class:TestTypeResolver.TypeVariableImpl
137 TypeVariableImpl(String name, D gd, Type... bounds) { argument
139 this.gd = gd;
150 return gd;
166 equal(gd, tv.getGenericDeclaration()) &&
171 return hash(name) ^ hash(gd) ^ Arrays.hashCode(bounds);
176 ClassTypeVariable(String name, Class<?> gd, Type... bounds) { argument
177 super(name, gd, bounds);
182 MethodTypeVariable(String name, Method gd, Typ argument
[all...]
/openjdk7/jdk/test/java/net/URI/
H A DTest.java209 // gd reGistry, decoded
276 Test gd(String s) { method in class:Test

Completed in 115 milliseconds