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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTrayIconPeer.java65 int old_x, old_y; field in class:XTrayIconPeer
111 ce.get_x(), ce.get_y(), old_x, old_y);
161 } else if (isParentWindowLocated && ce.get_x() != old_x && ce.get_y() != old_y) {
188 old_x = ce.get_x();

Completed in 374 milliseconds