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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DScrollPaneLayout.java514 Insets vpbInsets = viewportBorder.getBorderInsets(parent);
515 prefWidth += vpbInsets.left + vpbInsets.right;
516 prefHeight += vpbInsets.top + vpbInsets.bottom;
619 Insets vpbInsets = viewportBorder.getBorderInsets(parent);
620 minWidth += vpbInsets.left + vpbInsets.right;
621 minHeight += vpbInsets.top + vpbInsets
1055 adjustForVSB(boolean wantsVSB, Rectangle available, Rectangle vsbR, Insets vpbInsets, boolean leftToRight) argument
1086 adjustForHSB(boolean wantsHSB, Rectangle available, Rectangle hsbR, Insets vpbInsets) argument
[all...]

Completed in 37 milliseconds