Searched refs:updateGraphicsData (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWFramePeer.java124 public boolean updateGraphicsData(GraphicsConfiguration gc) { method in class:WFramePeer
125 boolean result = super.updateGraphicsData(gc);
H A DWComponentPeer.java506 public boolean updateGraphicsData(GraphicsConfiguration gc) { method in class:WComponentPeer
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DComponentPeer.java554 boolean updateGraphicsData(GraphicsConfiguration gc); method in interface:ComponentPeer
/openjdk7/jdk/src/share/classes/sun/awt/
H A DNullComponentPeer.java303 public boolean updateGraphicsData(GraphicsConfiguration gc) { method in class:NullComponentPeer
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCFileDialog.java414 public boolean updateGraphicsData(GraphicsConfiguration gc) { method in class:CFileDialog
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedChildProxyPeer.java390 public boolean updateGraphicsData(GraphicsConfiguration gc) { method in class:XEmbedChildProxyPeer
H A DXComponentPeer.java1435 public boolean updateGraphicsData(GraphicsConfiguration gc) { method in class:XComponentPeer
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java1144 boolean updateGraphicsData(GraphicsConfiguration gc) { method in class:Container
1147 boolean ret = super.updateGraphicsData(gc);
1151 ret |= comp.updateGraphicsData(gc);
H A DComponent.java1152 if (updateGraphicsData(gc)) {
1159 boolean updateGraphicsData(GraphicsConfiguration gc) { method in class:Component
1166 return peer.updateGraphicsData(gc);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java420 public boolean updateGraphicsData(GraphicsConfiguration gc) { method in class:LWComponentPeer
H A DLWWindowPeer.java287 public boolean updateGraphicsData(GraphicsConfiguration gc) { method in class:LWWindowPeer
1036 // SurfaceData is replaced later in updateGraphicsData()

Completed in 100 milliseconds