Searched refs:DROP_SITE_LEAVE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDDragSourceProtocol.java124 case MotifDnDConstants.DROP_SITE_LEAVE:
146 if (reason != MotifDnDConstants.DROP_SITE_LEAVE) {
H A DMotifDnDDropTargetProtocol.java808 response_reason = MotifDnDConstants.DROP_SITE_LEAVE;
837 if (response_reason != MotifDnDConstants.DROP_SITE_LEAVE) {
865 if (response_reason != MotifDnDConstants.DROP_SITE_LEAVE) {
H A DMotifDnDConstants.java93 public static final byte DROP_SITE_LEAVE = 4; field in class:MotifDnDConstants

Completed in 34 milliseconds