HomeSort by relevance Sort by last modified time
    Searched refs:popupBounds (Results 1 - 2 of 2) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java 594 Rectangle popupBounds =
600 m_popup.computeTrim(popupBounds.x, popupBounds.y, popupBounds.width, popupBounds.height);
601 m_popup.setBounds(popupBounds.x, popupBounds.y, 2 * popupBounds.width - trimBounds.width, 2
602 * popupBounds.height
CCombo3.java 355 Rectangle popupBounds =
357 m_popup.setBounds(popupBounds);

Completed in 563 milliseconds