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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXContentWindow.java92 case XConstants.EnterNotify:
H A DXConstants.java142 public static final int EnterNotify = 7 ; field in class:XConstants
H A DXWindow.java889 if (xce.get_type() == XConstants.EnterNotify) {
904 // 6404708 : need update cursor in accordance with skipping Leave/EnterNotify event
906 if (xce.get_type() == XConstants.EnterNotify) {
933 if (xce.get_type() == XConstants.EnterNotify) {
975 if (xce.get_type() == XConstants.EnterNotify) {
H A DXBaseWindow.java1048 case XConstants.EnterNotify:
1104 case XConstants.EnterNotify:
H A DXToolkit.java424 } else if (e.get_type() == XConstants.EnterNotify) {
471 (ev.get_type() == XConstants.MotionNotify || ev.get_type() == XConstants.EnterNotify || ev.get_type() == XConstants.LeaveNotify))
H A DXDecoratedPeer.java938 case XConstants.EnterNotify:
H A DXComponentPeer.java1261 * ButtonPress, ButtonRelease, KeyPress, KeyRelease, EnterNotify, LeaveNotify, MotionNotify
1273 case XConstants.EnterNotify:
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c765 case EnterNotify:
890 case EnterNotify:
923 if (xev->type == EnterNotify) {
1580 case EnterNotify:
1698 case EnterNotify:

Completed in 371 milliseconds