Searched defs:sourceActions (Results 1 - 10 of 10) sorted by relevance

/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DMotifDnDDragSourceProtocol.java238 sendEnterMessage(long[] formats, int sourceAction, int sourceActions, long time) argument
279 sendMoveMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
348 sendDropMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
H A DXDnDDragSourceProtocol.java279 sendEnterMessage(long[] formats, int sourceAction, int sourceActions, long time) argument
308 sendMoveMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
357 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
H A DXDnDDropTargetProtocol.java54 private int sourceActions = DnDConstants.ACTION_NONE; field in class:XDnDDropTargetProtocol
H A DXDragSourceProtocol.java167 sendEnterMessage(long[] formats, int sourceAction, int sourceActions, long time) argument
170 sendMoveMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
177 sendDropMessage(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
181 initiateDrop(int xRoot, int yRoot, int sourceAction, int sourceActions, long time) argument
H A DXDragSourceContextPeer.java77 private int sourceActions = DnDConstants.ACTION_NONE; field in class:XDragSourceContextPeer
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/dnd/
H A DDragGestureRecognizer.java469 protected int sourceActions; field in class:DragGestureRecognizer
H A DDragSourceContext.java673 private int sourceActions; field in class:DragSourceContext
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCDragSourceContextPeer.java484 createNativeDragSource(Component component, long nativePeer, Transferable transferable, InputEvent triggerEvent, int dragPosX, int dragPosY, int extModifiers, int clickCount, long timestamp, long nsDragImagePtr, int dragImageOffsetX, int dragImageOffsetY, int sourceActions, long[] formats, Map<Long, DataFlavor> formatMap) argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/dnd/
H A DSunDragSourceContextPeer.java75 private int sourceActions; field in class:SunDragSourceContextPeer

Completed in 111 milliseconds