Searched refs:yRoot (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragSourceProtocol.java168 public abstract void sendMoveMessage(int xRoot, int yRoot, argument
175 protected abstract void sendDropMessage(int xRoot, int yRoot, argument
179 public final void initiateDrop(int xRoot, int yRoot, argument
213 sendDropMessage(xRoot, yRoot, sourceAction, sourceActions, time);
H A DXDragSourceContextPeer.java87 private int yRoot = 0; field in class:XDragSourceContextPeer
310 dragExit(xRoot, yRoot);
313 dragDropFinished(false, DnDConstants.ACTION_NONE, xRoot, yRoot);
334 yRoot = 0;
497 if (xRoot != xmotion.get_x_root() || yRoot != xmotion.get_y_root()) {
499 yRoot = xmotion.get_y_root();
503 xRoot, yRoot, DISPATCH_MOUSE_MOVED);
510 xRoot, yRoot, DISPATCH_CHANGED);
752 handleDragReply(action, xRoot, yRoot);
758 handleDragReply(action, xRoot, yRoot, XWindo
[all...]
H A DMotifDnDDragSourceProtocol.java278 public void sendMoveMessage(int xRoot, int yRoot, argument
305 unsafe.putShort(data + 10, (short)yRoot);
347 protected void sendDropMessage(int xRoot, int yRoot, argument
380 unsafe.putShort(data + 10, (short)yRoot);
H A DXDnDDragSourceProtocol.java307 public void sendMoveMessage(int xRoot, int yRoot, argument
320 msg.set_data(2, xRoot << 16 | yRoot);
356 public void sendDropMessage(int xRoot, int yRoot, argument

Completed in 34 milliseconds