Searched refs:MotionNotify (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragSourceContextPeer.java635 xmotion.set_type(XConstants.MotionNotify);
664 case XConstants.MotionNotify:
680 * differ from the latest MotionNotify coordinates, so we need to
685 xmotion.set_type(XConstants.MotionNotify);
H A DXConstants.java141 public static final int MotionNotify = 6 ; field in class:XConstants
241 public static final int NotifyHint = 1 ; /* for MotionNotify events */
H A DXBaseWindow.java1043 case XConstants.MotionNotify:
1095 case XConstants.MotionNotify:
H A DXToolkit.java401 // Only our windows guaranteely generate MotionNotify, so we
404 if (e.get_type() == XConstants.MotionNotify) {
471 (ev.get_type() == XConstants.MotionNotify || ev.get_type() == XConstants.EnterNotify || ev.get_type() == XConstants.LeaveNotify))
H A DXBaseMenuWindow.java892 case XConstants.MotionNotify:
H A DXComponentPeer.java1261 * ButtonPress, ButtonRelease, KeyPress, KeyRelease, EnterNotify, LeaveNotify, MotionNotify
1275 case XConstants.MotionNotify:
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c762 case MotionNotify:
900 case MotionNotify:
1579 case MotionNotify:
1697 case MotionNotify:
1709 (xev.type == MotionNotify &&

Completed in 74 milliseconds