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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxPopup.java246 final Rectangle scrBounds = getBestScreenBounds(p);
247 //System.err.println("BestScreenBounds is " + scrBounds);
250 if (scrBounds == null) return super.computePopupBounds(px, py, pw, ph);
282 if (p.x < scrBounds.x) px -= (p.x + scrBounds.x);
283 if (p.y < scrBounds.y) py -= (p.y + scrBounds.y);
291 final int maxWidth = Math.min(scrBounds.width, top.x + scrBounds.x + scrBounds
323 computePopupBoundsForMenu(final int px, final int py, final int pw, final int ph, final int itemCount, final Rectangle scrBounds) argument
[all...]

Completed in 37 milliseconds