Searched defs:displayID (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsEnvironment.java187 public synchronized GraphicsDevice getScreenDevice(int displayID) { argument
188 return devices.get(displayID);
H A DCGraphicsDevice.java45 private volatile int displayID; field in class:CGraphicsDevice
62 public CGraphicsDevice(final int displayID) { argument
63 this.displayID = displayID;
76 return displayID;
100 return "Display " + displayID;
131 displayID = defaultDisplayID;
136 xResolution = nativeGetXResolution(displayID);
137 yResolution = nativeGetYResolution(displayID);
138 screenInsets = nativeGetScreenInsets(displayID);
252 nativeGetScaleFactor(int displayID) argument
254 nativeSetDisplayMode(int displayID, int w, int h, int bpp, int refrate) argument
256 nativeGetDisplayMode(int displayID) argument
258 nativeGetDisplayModes(int displayID) argument
260 nativeGetXResolution(int displayID) argument
262 nativeGetYResolution(int displayID) argument
264 nativeGetScreenInsets(int displayID) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCRobot.java166 private native void mouseEvent(int displayID, int lastX, int lastY, argument
H A DCWrapper.java100 public static native long screenByDisplayId(int displayID); argument
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLGraphicsConfig.java89 private static native long getCGLConfigInfo(int displayID, int visualnum, argument
262 int displayID = getDevice().getCGDisplayID();
263 return ("CGLGraphicsConfig[dev="+displayID+",pixfmt="+pixfmt+"]");
487 int displayID = getDevice().getCGDisplayID();
488 AccelDeviceEventNotifier.addListener(l, displayID);

Completed in 38 milliseconds