Searched defs:calculateTabAreaHeight (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java1286 h -= calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight);
1293 y += calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight);
1781 protected int calculateTabAreaHeight(int tabPlacement, int horizRunCount, int maxTabHeight) { method in class:BasicTabbedPaneUI
2057 calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight)-maxTabHeight);
2060 -(calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight)-maxTabHeight) :
2071 -(calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight)-maxTabHeight) :
2076 calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight)-maxTabHeight);
2358 total = calculateTabAreaHeight(tabPlacement, rows, maxTabHeight);
2459 totalTabHeight = calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight);
2465 totalTabHeight = calculateTabAreaHeight(tabPlacemen
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java1199 h -= calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight);
1206 y += calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight);
1658 protected int calculateTabAreaHeight(final int tabPlacement, final int horizRunCount, final int maxTabHeight) { method in class:AquaTabbedPaneCopyFromBasicUI
1909 offset = (forward ? maxTabHeight : calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight) - maxTabHeight);
1911 offset = (forward ? -(calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight) - maxTabHeight) : -maxTabHeight);
1920 offset = (forward ? -(calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight) - maxTabHeight) : -maxTabHeight);
1922 offset = (forward ? maxTabHeight : calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight) - maxTabHeight);
2201 total = calculateTabAreaHeight(tabPlacement, rows, maxTabHeight);
2301 totalTabHeight = calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight);
2307 totalTabHeight = calculateTabAreaHeight(tabPlacemen
[all...]

Completed in 285 milliseconds