Searched refs:targetXWindow (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java55 private XWindow targetXWindow = null; field in class:MotifDnDDropTargetProtocol
346 if (targetXWindow != null || sourceWindow != 0) {
501 xwindow = targetXWindow;
528 if (targetXWindow != null) {
529 notifyProtocolListener(targetXWindow, x, y,
536 if (targetXWindow == null) {
550 targetXWindow = xwindow;
671 } else if (targetXWindow != null) {
672 notifyProtocolListener(targetXWindow, x, y,
999 targetXWindow
[all...]
H A DXDnDDropTargetProtocol.java60 private XWindow targetXWindow = null; field in class:XDnDDropTargetProtocol
641 if (targetXWindow != null) {
642 notifyProtocolListener(targetXWindow, x, y,
649 if (targetXWindow == null) {
662 targetXWindow = xwindow;
684 if (targetXWindow != null) {
685 notifyProtocolListener(targetXWindow, sourceX, sourceY, userAction,
932 targetXWindow = null;
951 if (targetXWindow != null) {
952 notifyProtocolListener(targetXWindow,
[all...]

Completed in 25 milliseconds