Searched refs:sourceActions (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDragGestureRecognizer.java128 sourceActions = sa & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK);
279 public synchronized int getSourceActions() { return sourceActions; }
289 sourceActions = actions & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK);
456 protected int sourceActions; field in class:DragGestureRecognizer
H A DDragSourceContext.java223 sourceActions =
267 return sourceActions;
633 private final int sourceActions; field in class:DragSourceContext
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragSourceProtocol.java166 int sourceActions, long time);
169 int sourceAction, int sourceActions,
176 int sourceAction, int sourceActions,
180 int sourceAction, int sourceActions,
213 sendDropMessage(xRoot, yRoot, sourceAction, sourceActions, time);
165 sendEnterMessage(long[] formats, int sourceAction, int sourceActions, long time) argument
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 DMotifDnDDragSourceProtocol.java238 int sourceAction, int sourceActions, long time) {
256 (MotifDnDConstants.getMotifActionsForJavaActions(sourceActions) <<
279 int sourceAction, int sourceActions, long time) {
294 (MotifDnDConstants.getMotifActionsForJavaActions(sourceActions) <<
348 int sourceAction, int sourceActions,
369 (MotifDnDConstants.getMotifActionsForJavaActions(sourceActions) <<
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 DXDragSourceContextPeer.java76 private int sourceActions = DnDConstants.ACTION_NONE; field in class:XDragSourceContextPeer
227 sourceActions = dropActions;
330 sourceActions = DnDConstants.ACTION_NONE;
383 sourceActions);
483 sourceActions,
520 sourceAction, sourceActions,
529 sourceAction, sourceActions,
H A DXDnDDragSourceProtocol.java279 int sourceAction, int sourceActions, long time) {
308 int sourceAction, int sourceActions, long time) {
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 DMotifDnDDropTargetProtocol.java49 private int sourceActions = DnDConstants.ACTION_NONE; field in class:MotifDnDDropTargetProtocol
451 sourceActions = DnDConstants.ACTION_NONE;
546 sourceActions = java_actions;
1020 DnDConstants.ACTION_NONE, sourceActions,
1039 sourceActions = DnDConstants.ACTION_NONE;
H A DXDnDDropTargetProtocol.java54 private int sourceActions = DnDConstants.ACTION_NONE; field in class:XDnDDropTargetProtocol
570 sourceActions = actions;
637 sourceActions |= java_action;
972 sourceActions = DnDConstants.ACTION_NONE;
1040 sourceActions,
/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDragSourceContextPeer.java74 private int sourceActions; field in class:SunDragSourceContextPeer
124 sourceActions = getDragSourceContext().getSourceActions();
258 sourceActions);
263 targetAction & sourceActions,
339 operations & sourceActions,
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDragSourceContextPeer.m54 dragImageOffsetY:jdragimageoffsety sourceActions:jsourceactions
H A DCDragSource.h67 sourceActions:(jint)jsourceactions formats:(jlongArray)jformats formatMap:(jobject)jformatmap;
H A DCDragSource.m92 sourceActions:(jint)jsourceactions formats:(jlongArray)jformats formatMap:(jobject)jformatmap
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCDragSourceContextPeer.java471 int sourceActions, long[] formats, Map formatMap);
468 createNativeDragSource(Component component, ComponentPeer peer, long nativePeer, Transferable transferable, InputEvent triggerEvent, int dragPosX, int dragPosY, int extModifiers, int clickCount, long timestamp, Cursor cursor, CImage nsDragImage, int dragImageOffsetX, int dragImageOffsetY, int sourceActions, long[] formats, Map formatMap) argument

Completed in 71 milliseconds