Lines Matching refs:XDnDConstants

85                                XDnDConstants.XA_XdndActionCopy.getAtom());
90 XDnDConstants.XA_XdndActionMove.getAtom());
95 XDnDConstants.XA_XdndActionLink.getAtom());
100 XDnDConstants.XA_XdndActionList.setAtomData(window,
121 XDnDConstants.XA_XdndTypeList.setAtomData(window,
136 if (!XDnDConstants.XDnDSelection.setOwner(contents, formatMap, formats,
151 if ((xclient.get_data(1) & XDnDConstants.XDND_ACCEPT_DROP_FLAG) != 0) {
154 action = XDnDConstants.getJavaActionForXDnDAction(xclient.get_data(4));
169 boolean success = (xclient.get_data(1) & XDnDConstants.XDND_ACCEPT_DROP_FLAG) != 0;
170 int action = XDnDConstants.getJavaActionForXDnDAction(xclient.get_data(2));
182 if (xclient.get_message_type() == XDnDConstants.XA_XdndStatus.getAtom()) {
184 } else if (xclient.get_message_type() == XDnDConstants.XA_XdndFinished.getAtom()) {
195 new WindowPropertyGetter(window, XDnDConstants.XA_XdndAware, 0, 1,
207 if (targetVersion >= XDnDConstants.XDND_MIN_PROTOCOL_VERSION) {
210 targetVersion < XDnDConstants.XDND_PROTOCOL_VERSION ?
211 targetVersion : XDnDConstants.XDND_PROTOCOL_VERSION;
214 new WindowPropertyGetter(window, XDnDConstants.XA_XdndProxy,
232 new WindowPropertyGetter(proxy, XDnDConstants.XA_XdndProxy,
247 XDnDConstants.XA_XdndAware,
289 msg.set_message_type(XDnDConstants.XA_XdndEnter.getAtom());
292 getTargetProtocolVersion() << XDnDConstants.XDND_PROTOCOL_SHIFT;
293 data1 |= formats.length > 3 ? XDnDConstants.XDND_DATA_TYPES_BIT : 0;
317 msg.set_message_type(XDnDConstants.XA_XdndPosition.getAtom());
322 msg.set_data(4, XDnDConstants.getXDnDActionForJavaAction(sourceAction));
341 msg.set_message_type(XDnDConstants.XA_XdndLeave.getAtom());
367 msg.set_message_type(XDnDConstants.XA_XdndDrop.getAtom());
384 if (xclient.get_message_type() == XDnDConstants.XA_XdndStatus.getAtom() ||
385 xclient.get_message_type() == XDnDConstants.XA_XdndFinished.getAtom()) {
387 if (xclient.get_message_type() == XDnDConstants.XA_XdndFinished.getAtom()) {