Searched refs:popupLocation (Results 1 – 1 of 1) sorted by relevance
329 Point popupLocation; in doDropDown() local332 popupLocation = toDisplay(new Point(0, 0)); in doDropDown()333 popupLocation.y += comboSize.y; in doDropDown()347 int remainingDisplayHeight = getDisplay().getClientArea().height - popupLocation.y - 10; in doDropDown()349 int remainingDisplayWidth = getDisplay().getClientArea().width - popupLocation.x - 5; in doDropDown()356 m_popup.computeTrim(popupLocation.x, popupLocation.y, preferredWidth, preferredHeight); in doDropDown()