Searched refs:ConfigureNotify (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXContentWindow.java95 // We handle ConfigureNotify specifically in XDecoratedPeer
96 case XConstants.ConfigureNotify:
H A DXConstants.java157 public static final int ConfigureNotify = 22 ; field in class:XConstants
H A DXEmbedChildProxyPeer.java351 case XConstants.ConfigureNotify:
H A DXTrayIconPeer.java103 if (isDisposed() || ev.get_type() != XConstants.ConfigureNotify) {
109 ctrLog.fine("ConfigureNotify on parent of {0}: {1}x{2}+{3}+{4} (old: {5}+{6})",
131 ctrLog.fine("ConfigureNotify on parent of {0}. Skipping as intermediate resizing.",
137 ctrLog.fine("ConfigureNotify on parent of {0}. Centering by \"Y\".",
150 ctrLog.fine("ConfigureNotify on parent of {0}. Centering by \"X\".",
168 ctrLog.fine("ConfigureNotify on parent of {0}. Move detected. Centering by \"Y\".",
177 ctrLog.fine("ConfigureNotify on parent of {0}. Move detected. Centering by \"X\".",
184 ctrLog.fine("ConfigureNotify on parent of {0}. Move detected. Skipping.",
H A DXBaseWindow.java1108 case XConstants.ConfigureNotify:
H A DXDecoratedPeer.java45 // Set to true when we get the first ConfigureNotify after being
725 // ICCCM 4.1.5 states that a real ConfigureNotify will be sent when
936 case XConstants.ConfigureNotify:
H A DXEmbedCanvasPeer.java795 case XConstants.ConfigureNotify:
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c1190 case ConfigureNotify:
H A Dawt_xembed_server.c907 case ConfigureNotify:
H A Dawt_InputMethod.c925 case ConfigureNotify:

Completed in 58 milliseconds