Searched refs:xRoot (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.java86 private int xRoot = 0; field in class:XDragSourceContextPeer
310 dragExit(xRoot, yRoot);
313 dragDropFinished(false, DnDConstants.ACTION_NONE, xRoot, yRoot);
333 xRoot = 0;
497 if (xRoot != xmotion.get_x_root() || yRoot != xmotion.get_y_root()) {
498 xRoot = xmotion.get_x_root();
503 xRoot, yRoot, DISPATCH_MOUSE_MOVED);
510 xRoot, yRoot, DISPATCH_CHANGED);
752 handleDragReply(action, xRoot, yRoot);
758 handleDragReply(action, xRoot, yRoo
[all...]
H A DMotifDnDDragSourceProtocol.java278 public void sendMoveMessage(int xRoot, int yRoot, argument
304 unsafe.putShort(data + 8, (short)xRoot);
347 protected void sendDropMessage(int xRoot, int yRoot, argument
379 unsafe.putShort(data + 8, (short)xRoot);
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 25 milliseconds