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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDropTarget.m567 jint userAction = dropAction;
581 userAction = JNFCallIntMethod(env, fDropTargetContextPeer, handleMotionMessageMethod, fComponent, (jint) javaLocation.x, (jint) javaLocation.y, dropAction, actions, formats, ptr_to_jlong(self)); // AWT_THREADING Safe (CToolkitThreadBlockedHandler)
585 dragOp = [DnDUtilities mapJavaDragOperationToNS:userAction];
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDnDDropTargetProtocol.java57 private int userAction = DnDConstants.ACTION_NONE; field in class:XDnDDropTargetProtocol
659 userAction = java_action;
685 notifyProtocolListener(targetXWindow, sourceX, sourceY, userAction,
975 userAction = DnDConstants.ACTION_NONE;
H A DMotifDnDDropTargetProtocol.java52 private int userAction = DnDConstants.ACTION_NONE; field in class:MotifDnDDropTargetProtocol
547 userAction = java_action;
1042 userAction = DnDConstants.ACTION_NONE;

Completed in 41 milliseconds