OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remainingDisplayHeight
(Results
1 - 2
of
2
) sorted by null
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java
347
int
remainingDisplayHeight
= getDisplay().getClientArea().height - popupLocation.y - 10;
348
int preferredHeight = Math.min(tableBounds.height,
remainingDisplayHeight
);
CComboBox.java
587
int
remainingDisplayHeight
= clientArea.height - comboLocation.y - comboSize.y - 10;
588
int preferredHeight = Math.min(tableBounds.height,
remainingDisplayHeight
);
Completed in 41 milliseconds