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

/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDragSourceContextPeer.java76 private static boolean dragDropInProgress = false; field in class:SunDragSourceContextPeer
355 if (dragDropInProgress == b) {
360 if (dragDropInProgress == b) {
363 dragDropInProgress = b;
383 if (dragDropInProgress) {

Completed in 30 milliseconds