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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java128 protected int maxTabHeight; field in class:BasicTabbedPaneUI
634 tabAreaInsets.bottom - maxTabHeight + baseline;
689 int cellHeight = maxTabHeight - tabInsets.top - tabInsets.bottom;
700 return maxTabHeight / 2 - viewHeight / 2 + baseline +
709 return maxTabHeight / 2 - fontHeight / 2 + fontBaseline +
737 return (maxTabHeight % 2);
755 maxTabHeight = calculateMaxTabHeight(tabPlacement);
1286 h -= calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight);
1293 y += calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight);
1781 protected int calculateTabAreaHeight(int tabPlacement, int horizRunCount, int maxTabHeight) { argument
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java120 protected int maxTabHeight; field in class:AquaTabbedPaneCopyFromBasicUI
604 baseline = height - insets.bottom - tabAreaInsets.bottom - maxTabHeight + baseline;
658 final int cellHeight = maxTabHeight - tabInsets.top - tabInsets.bottom;
666 return maxTabHeight / 2 - viewHeight / 2 + baseline + getBaselineOffset();
674 return maxTabHeight / 2 - fontHeight / 2 + fontBaseline + getBaselineOffset();
699 return (maxTabHeight % 2);
717 maxTabHeight = calculateMaxTabHeight(tabPlacement);
1199 h -= calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight);
1206 y += calculateTabAreaHeight(tabPlacement, runCount, maxTabHeight);
1658 protected int calculateTabAreaHeight(final int tabPlacement, final int horizRunCount, final int maxTabHeight) { argument
[all...]

Completed in 41 milliseconds