Lines Matching refs:insets

41     private static final PlatformLogger insLog = PlatformLogger.getLogger("sun.awt.X11.insets.XDecoratedPeer");
130 Insets insets = getRealInsets();
131 int minWidth = minimumSize.width - insets.left - insets.right;
132 int minHeight = minimumSize.height - insets.top - insets.bottom;
255 // insets which we get from WM (e.g from _NET_FRAME_EXTENTS)
332 } else { /* reparented to WM frame, figure out our insets */
336 // Check if we have insets provided by the WM
339 insLog.finer("wm-provided insets {0}", correctWM);
340 // If these insets are equal to our current insets - no actions are necessary
355 insLog.finer("correctWM insets are not available, waiting for configureNotify");
373 * initial insets were wrong (most likely they were).
398 * computed width and height with wrong insets, we
423 /* insets were set on wdata by System Properties */
460 insLog.finest("Get insets returns {0}", in);
498 Insets insets = newDimensions.getInsets();
502 newBounds.width - insets.left - insets.right,
503 newBounds.height - insets.top - insets.bottom);
505 newDimensions = new WindowDimensions(newBounds, insets, newDimensions.isClientSizeSet());
583 * @param x, y, width, heith - dimensions of the window with insets
603 // Sets client rect size. Width and height contain insets.
695 //Last chance to correct insets
701 insLog.finer("Configure notify - insets : " + correctWM);
703 insLog.finer("Configure notify - insets are still not available");
709 //Only one attempt to correct insets is made (to lower risk)
710 //if insets are still not available we simply set the flag
722 // Location, Client size + insets