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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java201 private Rectangle nativeBounds = new Rectangle(0, 0, 0, 0); field in class:CPlatformWindow
452 return new Point(nativeBounds.x, nativeBounds.y);
912 if (isVisible() && !nativeBounds.isEmpty() && !isFullScreenMode) {
950 final Rectangle oldB = nativeBounds;
951 nativeBounds = new Rectangle(x, y, width, height);
960 if ((byUser && !oldB.getSize().equals(nativeBounds.getSize()))

Completed in 34 milliseconds