OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tableBounds
(Results
1 - 4
of
4
) sorted by null
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java
343
Rectangle
tableBounds
= m_table.getBounds();
344
tableBounds
.height = Math.min(
tableBounds
.height, m_table.getItemHeight() * 20); // max 20 items without scrolling
345
m_table.setBounds(
tableBounds
);
348
int preferredHeight = Math.min(
tableBounds
.height, remainingDisplayHeight);
352
? Math.min(
tableBounds
.width, remainingDisplayWidth)
CComboBox.java
578
Rectangle
tableBounds
= table.getBounds();
579
tableBounds
.height = Math.min(
tableBounds
.height, table.getItemHeight() * 15);// max 15 items without scrolling
580
table.setBounds(
tableBounds
);
588
int preferredHeight = Math.min(
tableBounds
.height, remainingDisplayHeight);
592
? Math.min(
tableBounds
.width, remainingDisplayWidth)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 48 milliseconds