Home
last modified time | relevance | path

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

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCCombo3.java349 int remainingDisplayWidth = getDisplay().getClientArea().width - popupLocation.x - 5; in doDropDown() local
352 ? Math.min(tableBounds.width, remainingDisplayWidth) in doDropDown()
DCComboBox.java589 int remainingDisplayWidth = clientArea.width - comboLocation.x - 10;
592 ? Math.min(tableBounds.width, remainingDisplayWidth)