Searched defs:toOtherWindow (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXBaseWindow.java724 static Point toOtherWindow(long src, long dst, int x, int y) { method in class:XBaseWindow
780 Point p = toOtherWindow(getContentWindow(), root, x, y);
809 Point p = toOtherWindow(root, getContentWindow(), x, y);

Completed in 398 milliseconds