Searched refs:SET_LOCATION (Results 1 - 8 of 8) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/java/awt/peer/
H A DComponentPeer.java60 public static final int SET_LOCATION = 1; field in interface:ComponentPeer
187 * {@link #SET_LOCATION}, then only the location changes (and the size
202 * @see #SET_LOCATION
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDecoratedPeer.java648 if (op == SET_LOCATION) {
674 case SET_LOCATION:
H A DXComponentPeer.java1267 case SET_LOCATION:
1268 return "SET_LOCATION";
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java322 if ((op & (SET_LOCATION | SET_BOUNDS)) != 0) {
H A DLWComponentPeer.java554 if ((op & (SET_LOCATION | SET_BOUNDS)) != 0) {
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DWindow.java3517 if (getBoundsOp() == ComponentPeer.SET_LOCATION ||
H A DComponent.java2110 setBoundsOp(ComponentPeer.SET_LOCATION);
9213 ComponentPeer.SET_LOCATION);
H A DContainer.java4241 ComponentPeer.SET_LOCATION);

Completed in 80 milliseconds