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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDnDConstants.java49 static final XAtom XA_XdndFinished = XAtom.get("XdndFinished"); field in class:XDnDConstants
H A DXDnDDragSourceProtocol.java184 } else if (xclient.get_message_type() == XDnDConstants.XA_XdndFinished.getAtom()) {
385 xclient.get_message_type() == XDnDConstants.XA_XdndFinished.getAtom()) {
387 if (xclient.get_message_type() == XDnDConstants.XA_XdndFinished.getAtom()) {
H A DXDnDDropTargetProtocol.java892 msg.set_message_type(XDnDConstants.XA_XdndFinished.getAtom());

Completed in 33 milliseconds