Searched refs:getDevice (Results 1 - 25 of 48) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/awt/
H A DPointerInfo.java65 public GraphicsDevice getDevice() { method in class:PointerInfo
H A DGraphicsConfiguration.java132 public abstract GraphicsDevice getDevice(); method in class:GraphicsConfiguration
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftProvider/
H A DGetDevice.java27 @summary Test SoftProvider getDevice method */
64 MidiDevice d = provider.getDevice(infos[i]);
67 assertTrue(provider.getDevice(new FakeInfo()) == null);
/openjdk7/jdk/src/share/classes/javax/sound/midi/spi/
H A DMidiDeviceProvider.java78 public abstract MidiDevice getDevice(MidiDevice.Info info); method in class:MidiDeviceProvider
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRealTimeSequencerProvider.java47 public MidiDevice getDevice(MidiDevice.Info info) { method in class:RealTimeSequencerProvider
H A DSoftProvider.java46 public MidiDevice getDevice(MidiDevice.Info info) { method in class:SoftProvider
H A DDirectAudioDeviceProvider.java110 Mixer mixer = getDevice(infos[i]);
120 return getDevice(infos[i]);
128 private static Mixer getDevice(DirectAudioDeviceInfo info) { method in class:DirectAudioDeviceProvider
H A DPortMixerProvider.java109 return getDevice(infos[i]);
118 private static Mixer getDevice(PortMixerInfo info) { method in class:PortMixerProvider
H A DAbstractMidiDeviceProvider.java130 public final MidiDevice getDevice(MidiDevice.Info info) { method in class:AbstractMidiDeviceProvider
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DPaints.java91 dstData.getDeviceConfiguration().getDevice();
119 (D3DGraphicsDevice)dstData.getDeviceConfiguration().getDevice();
193 dstData.getDeviceConfiguration().getDevice();
216 dstData.getDeviceConfiguration().getDevice();
H A DD3DContext.java100 buf.putInt(d3dc.getDevice().getScreen());
139 D3DGraphicsDevice getDevice() { method in class:D3DContext
H A DD3DBufImgOps.java97 (D3DGraphicsDevice)d3dSrc.getDeviceConfiguration().getDevice();
/openjdk7/jdk/test/java/awt/FullScreen/SetFSWindow/
H A DFSFrame.java54 GraphicsDevice gd = getGraphicsConfiguration().getDevice();
87 GraphicsDevice gd = gc.getDevice();
126 GraphicsDevice gd = getGraphicsConfiguration().getDevice();
/openjdk7/jdk/test/java/awt/Multiscreen/DeviceIdentificationTest/
H A DDeviceIdentificationTest.java75 f.getGraphicsConfiguration().getDevice());
103 GraphicsDevice gd = gc.getDevice();
116 final GraphicsDevice gd = gc.getDevice();
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufferedImageGraphicsConfig.java77 this.gd = g2d.getDeviceConfiguration().getDevice();
88 public GraphicsDevice getDevice() { method in class:BufferedImageGraphicsConfig
H A DVolatileSurfaceManager.java367 (gc.getDevice() == vImg.getGraphicsConfig().getDevice()));
/openjdk7/jdk/test/java/awt/WMSpecificTests/Metacity/
H A DFullscreenDialogModality.java45 GraphicsDevice gd = getGraphicsConfiguration().getDevice();
57 GraphicsDevice gd = getGraphicsConfiguration().getDevice();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterGraphicsConfig.java56 public GraphicsDevice getDevice() { method in class:CPrinterGraphicsConfig
/openjdk7/jdk/test/java/awt/GraphicsDevice/
H A DCloneConfigsTest.java82 public GraphicsDevice getDevice() { method in class:CloneConfigsTest.TestConfig
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrinterGraphicsConfig.java57 public GraphicsDevice getDevice() { method in class:PrinterGraphicsConfig
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXCanvasPeer.java67 int screenNum = ((X11GraphicsDevice)gc.getDevice()).getScreen();
/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsConfig.java76 public CGraphicsDevice getDevice() { method in class:CGraphicsConfig
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLLayer.java93 setScale(gc.getDevice().getScaleFactor());
H A DCGLGraphicsConfig.java262 int displayID = getDevice().getCGDisplayID();
487 int displayID = getDevice().getCGDisplayID();
531 return getMaxTextureSize() / (getDevice().getScaleFactor() * 2);
549 return getMaxTextureSize() / (getDevice().getScaleFactor() * 2);
/openjdk7/jdk/test/java/awt/FullScreen/MultimonFullscreenTest/
H A DMultimonFullscreenTest.java220 gc.getDevice().isFullScreenSupported();
228 gc.getDevice().isDisplayChangeSupported();
382 w.getGraphicsConfiguration().getDevice().setFullScreenWindow(null);

Completed in 109 milliseconds

12