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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java699 case MotifDnDConstants.DROP_START :
725 if (reason != MotifDnDConstants.DROP_START) {
743 case MotifDnDConstants.DROP_START :
813 case MotifDnDConstants.DROP_START:
920 case MotifDnDConstants.DROP_START :
963 if (reason != MotifDnDConstants.DROP_START) {
H A DMotifDnDDragSourceProtocol.java354 * Motif drop sites expect TOP_LEVEL_LEAVE before DROP_START.
373 (byte)(MotifDnDConstants.DROP_START |
H A DMotifDnDConstants.java94 public static final byte DROP_START = 5; field in class:MotifDnDConstants

Completed in 35 milliseconds