Home
last modified time | relevance | path

Searched refs:sourceActions (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/dnd/
H A DGtkMouseDragGestureRecognizer.java150 int sourceActions = getSourceActions(); in getDropActionFromEvent() local
156 return DnDConstants.ACTION_LINK & sourceActions; in getDropActionFromEvent()
158 return DnDConstants.ACTION_COPY & sourceActions; in getDropActionFromEvent()
160 return DnDConstants.ACTION_MOVE & sourceActions; in getDropActionFromEvent()
162 if ((sourceActions & DnDConstants.ACTION_MOVE) != 0) in getDropActionFromEvent()
163 return DnDConstants.ACTION_MOVE & sourceActions; in getDropActionFromEvent()
164 else if ((sourceActions & DnDConstants.ACTION_COPY) != 0) in getDropActionFromEvent()
165 return DnDConstants.ACTION_COPY & sourceActions; in getDropActionFromEvent()
166 else if ((sourceActions & DnDConstants.ACTION_LINK) != 0) in getDropActionFromEvent()
167 return DnDConstants.ACTION_LINK & sourceActions; in getDropActionFromEvent()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/dnd/
H A DGtkMouseDragGestureRecognizer.java150 int sourceActions = getSourceActions(); in getDropActionFromEvent() local
156 return DnDConstants.ACTION_LINK & sourceActions; in getDropActionFromEvent()
158 return DnDConstants.ACTION_COPY & sourceActions; in getDropActionFromEvent()
160 return DnDConstants.ACTION_MOVE & sourceActions; in getDropActionFromEvent()
162 if ((sourceActions & DnDConstants.ACTION_MOVE) != 0) in getDropActionFromEvent()
163 return DnDConstants.ACTION_MOVE & sourceActions; in getDropActionFromEvent()
164 else if ((sourceActions & DnDConstants.ACTION_COPY) != 0) in getDropActionFromEvent()
165 return DnDConstants.ACTION_COPY & sourceActions; in getDropActionFromEvent()
166 else if ((sourceActions & DnDConstants.ACTION_LINK) != 0) in getDropActionFromEvent()
167 return DnDConstants.ACTION_LINK & sourceActions; in getDropActionFromEvent()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/dnd/
H A DGtkMouseDragGestureRecognizer.java150 int sourceActions = getSourceActions(); in getDropActionFromEvent() local
156 return DnDConstants.ACTION_LINK & sourceActions; in getDropActionFromEvent()
158 return DnDConstants.ACTION_COPY & sourceActions; in getDropActionFromEvent()
160 return DnDConstants.ACTION_MOVE & sourceActions; in getDropActionFromEvent()
162 if ((sourceActions & DnDConstants.ACTION_MOVE) != 0) in getDropActionFromEvent()
163 return DnDConstants.ACTION_MOVE & sourceActions; in getDropActionFromEvent()
164 else if ((sourceActions & DnDConstants.ACTION_COPY) != 0) in getDropActionFromEvent()
165 return DnDConstants.ACTION_COPY & sourceActions; in getDropActionFromEvent()
166 else if ((sourceActions & DnDConstants.ACTION_LINK) != 0) in getDropActionFromEvent()
167 return DnDConstants.ACTION_LINK & sourceActions; in getDropActionFromEvent()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/dnd/
H A DGtkMouseDragGestureRecognizer.java150 int sourceActions = getSourceActions(); in getDropActionFromEvent() local
156 return DnDConstants.ACTION_LINK & sourceActions; in getDropActionFromEvent()
158 return DnDConstants.ACTION_COPY & sourceActions; in getDropActionFromEvent()
160 return DnDConstants.ACTION_MOVE & sourceActions; in getDropActionFromEvent()
162 if ((sourceActions & DnDConstants.ACTION_MOVE) != 0) in getDropActionFromEvent()
163 return DnDConstants.ACTION_MOVE & sourceActions; in getDropActionFromEvent()
164 else if ((sourceActions & DnDConstants.ACTION_COPY) != 0) in getDropActionFromEvent()
165 return DnDConstants.ACTION_COPY & sourceActions; in getDropActionFromEvent()
166 else if ((sourceActions & DnDConstants.ACTION_LINK) != 0) in getDropActionFromEvent()
167 return DnDConstants.ACTION_LINK & sourceActions; in getDropActionFromEvent()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/dnd/
H A DGtkMouseDragGestureRecognizer.java150 int sourceActions = getSourceActions(); in getDropActionFromEvent() local
156 return DnDConstants.ACTION_LINK & sourceActions; in getDropActionFromEvent()
158 return DnDConstants.ACTION_COPY & sourceActions; in getDropActionFromEvent()
160 return DnDConstants.ACTION_MOVE & sourceActions; in getDropActionFromEvent()
162 if ((sourceActions & DnDConstants.ACTION_MOVE) != 0) in getDropActionFromEvent()
163 return DnDConstants.ACTION_MOVE & sourceActions; in getDropActionFromEvent()
164 else if ((sourceActions & DnDConstants.ACTION_COPY) != 0) in getDropActionFromEvent()
165 return DnDConstants.ACTION_COPY & sourceActions; in getDropActionFromEvent()
166 else if ((sourceActions & DnDConstants.ACTION_LINK) != 0) in getDropActionFromEvent()
167 return DnDConstants.ACTION_LINK & sourceActions; in getDropActionFromEvent()
[all …]
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/
H A DQuaquaDragRecognitionSupport.java180 private int convertModifiersToDropAction(int modifiersEx, int sourceActions) { in convertModifiersToDropAction() argument
183 dropAction = DnDConstants.ACTION_COPY & sourceActions; in convertModifiersToDropAction()
185 dropAction = DnDConstants.ACTION_MOVE & sourceActions; in convertModifiersToDropAction()
189 dropAction = DnDConstants.ACTION_LINK & sourceActions; in convertModifiersToDropAction()
191 dropAction = DnDConstants.ACTION_MOVE & sourceActions; in convertModifiersToDropAction()
194 dropAction = DnDConstants.ACTION_MOVE & sourceActions; in convertModifiersToDropAction()
196 dropAction = DnDConstants.ACTION_COPY & sourceActions; in convertModifiersToDropAction()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDragSourceProtocol.java168 int sourceActions, long time); in sendEnterMessage() argument
171 int sourceAction, int sourceActions, in sendMoveMessage() argument
178 int sourceAction, int sourceActions, in sendDropMessage() argument
182 int sourceAction, int sourceActions, in initiateDrop() argument
215 sendDropMessage(xRoot, yRoot, sourceAction, sourceActions, time); in initiateDrop()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDragSourceProtocol.java168 int sourceActions, long time); in sendEnterMessage() argument
171 int sourceAction, int sourceActions, in sendMoveMessage() argument
178 int sourceAction, int sourceActions, in sendDropMessage() argument
182 int sourceAction, int sourceActions, in initiateDrop() argument
215 sendDropMessage(xRoot, yRoot, sourceAction, sourceActions, time); in initiateDrop()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragSourceProtocol.java166 int sourceActions, long time); in sendEnterMessage() argument
169 int sourceAction, int sourceActions, in sendMoveMessage() argument
176 int sourceAction, int sourceActions, in sendDropMessage() argument
180 int sourceAction, int sourceActions, in initiateDrop() argument
213 sendDropMessage(xRoot, yRoot, sourceAction, sourceActions, time); in initiateDrop()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDragSourceProtocol.java168 int sourceActions, long time); in sendEnterMessage() argument
171 int sourceAction, int sourceActions, in sendMoveMessage() argument
178 int sourceAction, int sourceActions, in sendDropMessage() argument
182 int sourceAction, int sourceActions, in initiateDrop() argument
215 sendDropMessage(xRoot, yRoot, sourceAction, sourceActions, time); in initiateDrop()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/dnd/
H A DDragGestureRecognizer.java127 sourceActions = sa & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in DragGestureRecognizer()
278 public synchronized int getSourceActions() { return sourceActions; } in getSourceActions()
288 sourceActions = actions & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in setSourceActions()
432sourceActions = f.get("sourceActions", 0) & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTIO… in readObject()
472 protected int sourceActions; field in DragGestureRecognizer
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDragSourceProtocol.java168 int sourceActions, long time); in sendEnterMessage() argument
171 int sourceAction, int sourceActions, in sendMoveMessage() argument
178 int sourceAction, int sourceActions, in sendDropMessage() argument
182 int sourceAction, int sourceActions, in initiateDrop() argument
215 sendDropMessage(xRoot, yRoot, sourceAction, sourceActions, time); in initiateDrop()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDragSourceProtocol.java168 int sourceActions, long time); in sendEnterMessage() argument
171 int sourceAction, int sourceActions, in sendMoveMessage() argument
178 int sourceAction, int sourceActions, in sendDropMessage() argument
182 int sourceAction, int sourceActions, in initiateDrop() argument
215 sendDropMessage(xRoot, yRoot, sourceAction, sourceActions, time); in initiateDrop()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDragSourceProtocol.java168 int sourceActions, long time); in sendEnterMessage() argument
171 int sourceAction, int sourceActions, in sendMoveMessage() argument
178 int sourceAction, int sourceActions, in sendDropMessage() argument
182 int sourceAction, int sourceActions, in initiateDrop() argument
215 sendDropMessage(xRoot, yRoot, sourceAction, sourceActions, time); in initiateDrop()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDragSourceProtocol.java168 int sourceActions, long time); in sendEnterMessage() argument
171 int sourceAction, int sourceActions, in sendMoveMessage() argument
178 int sourceAction, int sourceActions, in sendDropMessage() argument
182 int sourceAction, int sourceActions, in initiateDrop() argument
215 sendDropMessage(xRoot, yRoot, sourceAction, sourceActions, time); in initiateDrop()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/awt/X11/
H A DXDragSourceProtocol.java168 int sourceActions, long time); in sendEnterMessage() argument
171 int sourceAction, int sourceActions, in sendMoveMessage() argument
178 int sourceAction, int sourceActions, in sendDropMessage() argument
182 int sourceAction, int sourceActions, in initiateDrop() argument
215 sendDropMessage(xRoot, yRoot, sourceAction, sourceActions, time); in initiateDrop()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragSourceProtocol.java166 int sourceActions, long time); in sendEnterMessage() argument
169 int sourceAction, int sourceActions, in sendMoveMessage() argument
176 int sourceAction, int sourceActions, in sendDropMessage() argument
180 int sourceAction, int sourceActions, in initiateDrop() argument
213 sendDropMessage(xRoot, yRoot, sourceAction, sourceActions, time); in initiateDrop()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Ddndlistenercontainer.cxx83 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions, in fireDropEvent() argument
101 locationX, locationY, sourceActions, transferable ); in fireDropEvent()
192 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions ) in fireDragOverEvent() argument
209 dropAction, locationX, locationY, sourceActions ); in fireDragOverEvent()
253 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions, in fireDragEnterEvent() argument
271 dropAction, locationX, locationY, sourceActions, dataFlavors ); in fireDragEnterEvent()
315 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions ) in fireDropActionChangedEvent() argument
332 dropAction, locationX, locationY, sourceActions ); in fireDropActionChangedEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Ddndlistenercontainer.cxx83 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions, in fireDropEvent() argument
101 locationX, locationY, sourceActions, transferable ); in fireDropEvent()
192 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions ) in fireDragOverEvent() argument
209 dropAction, locationX, locationY, sourceActions ); in fireDragOverEvent()
253 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions, in fireDragEnterEvent() argument
271 dropAction, locationX, locationY, sourceActions, dataFlavors ); in fireDragEnterEvent()
315 sal_Int8 dropAction, sal_Int32 locationX, sal_Int32 locationY, sal_Int8 sourceActions ) in fireDropActionChangedEvent() argument
332 dropAction, locationX, locationY, sourceActions ); in fireDropActionChangedEvent()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/dnd/
H A DDragGestureRecognizer.java130 sourceActions = sa & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in DragGestureRecognizer()
281 public synchronized int getSourceActions() { return sourceActions; } in getSourceActions()
291 sourceActions = actions & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in setSourceActions()
429sourceActions = f.get("sourceActions", 0) & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTIO… in readObject()
469 protected int sourceActions; field in DragGestureRecognizer
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/dnd/
H A DDragGestureRecognizer.java130 sourceActions = sa & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in DragGestureRecognizer()
281 public synchronized int getSourceActions() { return sourceActions; } in getSourceActions()
291 sourceActions = actions & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in setSourceActions()
429sourceActions = f.get("sourceActions", 0) & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTIO… in readObject()
469 protected int sourceActions; field in DragGestureRecognizer
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/dnd/
H A DDragGestureRecognizer.java130 sourceActions = sa & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in DragGestureRecognizer()
281 public synchronized int getSourceActions() { return sourceActions; } in getSourceActions()
291 sourceActions = actions & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in setSourceActions()
429sourceActions = f.get("sourceActions", 0) & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTIO… in readObject()
469 protected int sourceActions; field in DragGestureRecognizer
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/dnd/
H A DDragGestureRecognizer.java130 sourceActions = sa & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in DragGestureRecognizer()
281 public synchronized int getSourceActions() { return sourceActions; } in getSourceActions()
291 sourceActions = actions & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in setSourceActions()
429sourceActions = f.get("sourceActions", 0) & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTIO… in readObject()
469 protected int sourceActions; field in DragGestureRecognizer
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/dnd/
H A DDragGestureRecognizer.java130 sourceActions = sa & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in DragGestureRecognizer()
281 public synchronized int getSourceActions() { return sourceActions; } in getSourceActions()
291 sourceActions = actions & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in setSourceActions()
429sourceActions = f.get("sourceActions", 0) & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTIO… in readObject()
469 protected int sourceActions; field in DragGestureRecognizer
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/dnd/
H A DDragGestureRecognizer.java132 sourceActions = sa & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in DragGestureRecognizer()
283 public synchronized int getSourceActions() { return sourceActions; } in getSourceActions()
293 sourceActions = actions & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTION_LINK); in setSourceActions()
439sourceActions = f.get("sourceActions", 0) & (DnDConstants.ACTION_COPY_OR_MOVE | DnDConstants.ACTIO… in readObject()
479 protected int sourceActions; field in DragGestureRecognizer

12345678910