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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaPopupMenuUI.java79 static final int OVERLAP_SLACK = 10; field in class:AquaPopupMenuUI
103 if (invokerBounds.x + invokerBounds.width < popupBounds.x + OVERLAP_SLACK) {
115 if (popupBounds.x + popupBounds.width < invokerBounds.x + OVERLAP_SLACK) {
128 if (invokerBounds.y + invokerBounds.height < popupBounds.y + OVERLAP_SLACK) {

Completed in 21 milliseconds