Home
last modified time | relevance | path

Searched refs:popupLocation (Results 1 – 1 of 1) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCCombo3.java329 Point popupLocation; in doDropDown() local
332 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()