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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindowPeer.java661 public void checkIfOnNewScreen(Rectangle newBounds) { argument
670 int area = newBounds.width * newBounds.height;
681 if (newBounds.intersects(screenBounds)) {
682 horizAmt = Math.min(newBounds.x + newBounds.width,
684 Math.max(newBounds.x, screenBounds.x);
685 vertAmt = Math.min(newBounds.y + newBounds.height,
687 Math.max(newBounds
[all...]

Completed in 62 milliseconds