Searched defs:sourceAction (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDDragSourceProtocol.java238 int sourceAction, int sourceActions, long time) {
254 (MotifDnDConstants.getMotifActionsForJavaActions(sourceAction) <<
279 int sourceAction, int sourceActions, long time) {
292 (MotifDnDConstants.getMotifActionsForJavaActions(sourceAction) <<
348 int sourceAction, int sourceActions,
367 (MotifDnDConstants.getMotifActionsForJavaActions(sourceAction) <<
237 sendEnterMessage(long[] formats, int sourceAction, int sourceActions, long time) argument
278 sendMoveMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
347 sendDropMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
H A DXDnDDragSourceProtocol.java279 int sourceAction, int sourceActions, long time) {
308 int sourceAction, int sourceActions, long time) {
322 msg.set_data(4, XDnDConstants.getXDnDActionForJavaAction(sourceAction));
357 int sourceAction, int sourceActions,
278 sendEnterMessage(long[] formats, int sourceAction, int sourceActions, long time) argument
307 sendMoveMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
356 sendDropMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
H A DXDragSourceProtocol.java165 public abstract void sendEnterMessage(long[] formats, int sourceAction, argument
169 int sourceAction, int sourceActions,
176 int sourceAction, int sourceActions,
180 int sourceAction, int sourceActions,
213 sendDropMessage(xRoot, yRoot, sourceAction, sourceActions, time);
168 sendMoveMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
175 sendDropMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
179 initiateDrop(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
H A DXDragSourceContextPeer.java79 private int sourceAction = DnDConstants.ACTION_NONE; field in class:XDragSourceContextPeer
331 sourceAction = DnDConstants.ACTION_NONE;
384 if (sourceAction == action) {
387 sourceAction = action;
482 sourceAction,
520 sourceAction, sourceActions,
529 sourceAction, sourceActions,

Completed in 595 milliseconds