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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXListPeer.java47 public final static int SCROLLBAR_AREA = 17; // Area reserved for the field in class:XListPeer
472 listHeight = height - SCROLLBAR_AREA;
494 hsb.setBlockIncrement(width - ((2 * SPACE) + (2 * MARGIN) + (vsbVis ? SCROLLBAR_AREA : 0)));
498 return width - ((2 * MARGIN) + (vsbVis ? SCROLLBAR_AREA : 0));
542 focusRect.height = hsbVis ? height - SCROLLBAR_AREA : height;
1419 return vsbVis ? width - SCROLLBAR_AREA : width;
1452 source = new Rectangle(MARGIN, MARGIN + pixelsToScroll, width - SCROLLBAR_AREA, h * (itemsInWin - y - 1)-1);
1461 source = new Rectangle(MARGIN, MARGIN, width - SCROLLBAR_AREA, h * (itemsInWin + y));
1479 int h = height - (SCROLLBAR_AREA + (2 * MARGIN));
1539 h = height - ((2 * MARGIN) + SCROLLBAR_AREA);
[all...]

Completed in 34 milliseconds