Searched refs:remainingDisplayWidth (Results 1 – 2 of 2) sorted by relevance
349 int remainingDisplayWidth = getDisplay().getClientArea().width - popupLocation.x - 5; in doDropDown() local352 ? Math.min(tableBounds.width, remainingDisplayWidth) in doDropDown()
589 int remainingDisplayWidth = clientArea.width - comboLocation.x - 10;592 ? Math.min(tableBounds.width, remainingDisplayWidth)