Searched refs:SET_CLIENT_SIZE (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DComponentPeer.java85 public static final int SET_CLIENT_SIZE = 4; field in interface:ComponentPeer
191 * special value {@link #SET_CLIENT_SIZE}, which is used only for
204 * @see #SET_CLIENT_SIZE
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java375 if ((op & SET_CLIENT_SIZE) != 0) {
376 // SET_CLIENT_SIZE is only applicable to window peers, so handle it here
379 op &= ~SET_CLIENT_SIZE;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDecoratedPeer.java602 case SET_CLIENT_SIZE: {
H A DXComponentPeer.java1322 case SET_CLIENT_SIZE:
1323 return "SET_CLIENT_SIZE";
/openjdk7/jdk/src/share/classes/java/awt/
H A DWindow.java957 setBoundsOp(ComponentPeer.SET_CLIENT_SIZE);

Completed in 499 milliseconds