Searched defs:sourceFormats (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java50 private long[] sourceFormats = null; field in class:MotifDnDDropTargetProtocol
452 sourceFormats = formats;
1040 sourceFormats = null;
1073 sourceFormats,
H A DXDnDDropTargetProtocol.java55 private long[] sourceFormats = null; field in class:XDnDDropTargetProtocol
571 sourceFormats = formats;
728 if (sourceFormats != null && sourceFormats.length > 3) {
731 long data2 = sourceFormats.length > 0 ? sourceFormats[0] : 0;
732 long data3 = sourceFormats.length > 1 ? sourceFormats[1] : 0;
733 long data4 = sourceFormats.length > 2 ? sourceFormats[
[all...]
H A DXDragSourceContextPeer.java82 private long[] sourceFormats = null; field in class:XDragSourceContextPeer
228 sourceFormats = formats;
329 sourceFormats = null;
481 dragProtocol.sendEnterMessage(sourceFormats,

Completed in 45 milliseconds