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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DInfoWindow.java235 private boolean isPointerOverTrayIcon(Rectangle trayRect) { argument
237 return !(p.x < trayRect.x || p.x > (trayRect.x + trayRect.width) ||
238 p.y < trayRect.y || p.y > (trayRect.y + trayRect.height));

Completed in 26 milliseconds