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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXChoicePeer.java84 private boolean mouseInSB = false; // Mouse is interacting with the field in class:XChoicePeer
209 mouseInSB = false;
306 mouseInSB = false;
389 if (mouseInSB) {
856 mouseInSB = true;
864 if (mouseInSB) {
865 mouseInSB = false;
878 if (mouseInSB) {

Completed in 970 milliseconds