Lines Matching defs:vpbInsets

514             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.bottom;
755 Insets vpbInsets;
757 vpbInsets = viewportBorder.getBorderInsets(parent);
758 availR.x += vpbInsets.left;
759 availR.y += vpbInsets.top;
760 availR.width -= vpbInsets.left + vpbInsets.right;
761 availR.height -= vpbInsets.top + vpbInsets.bottom;
764 vpbInsets = new Insets(0,0,0,0);
819 Rectangle vsbR = new Rectangle(0, availR.y - vpbInsets.top, 0, 0);
837 adjustForVSB(true, availR, vsbR, vpbInsets, leftToRight);
846 Rectangle hsbR = new Rectangle(availR.x - vpbInsets.left, 0, 0, 0);
862 adjustForHSB(true, availR, hsbR, vpbInsets);
877 adjustForVSB(true, availR, vsbR, vpbInsets, leftToRight);
906 adjustForVSB(vsbNeeded, availR, vsbR, vpbInsets,
917 adjustForHSB(hsbNeeded, availR, hsbR, vpbInsets);
927 adjustForVSB(true, availR, vsbR, vpbInsets,
947 vsbR.height = availR.height + vpbInsets.top + vpbInsets.bottom;
948 hsbR.width = availR.width + vpbInsets.left + vpbInsets.right;
949 rowHeadR.height = availR.height + vpbInsets.top + vpbInsets.bottom;
950 rowHeadR.y = availR.y - vpbInsets.top;
951 colHeadR.width = availR.width + vpbInsets.left + vpbInsets.right;
952 colHeadR.x = availR.x - vpbInsets.left;
1051 * the viewport border insets (<code>vpbInsets</code>) are used to offset
1056 Rectangle vsbR, Insets vpbInsets,
1067 vsbR.x = available.x + available.width + vpbInsets.right;
1069 vsbR.x = available.x - vpbInsets.left;
1082 * the viewport border insets (<code>vpbInsets</code>) are used to offset
1087 Rectangle hsbR, Insets vpbInsets) {
1094 hsbR.y = available.y + available.height + vpbInsets.bottom;