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

/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java94 protected int dropStatus = STATUS_NONE; field in class:SunDropTargetContextPeer
244 if (dropStatus != STATUS_ACCEPT || dropComplete) {
513 dropStatus = STATUS_WAIT; // drop pending ACK
543 if (dropStatus == STATUS_WAIT) {
629 if (dropStatus != STATUS_WAIT) {
635 dropStatus = STATUS_ACCEPT;
644 if (dropStatus != STATUS_WAIT) {
647 dropStatus = STATUS_REJECT;
685 if (dropStatus == STATUS_NONE) {
700 dropStatus
[all...]

Completed in 35 milliseconds