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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXScrollbar.java413 int arrAreaH = getArrowAreaWidth();
531 return Math.max(0,(int)((x - (thumbOffset.x + getArrowAreaWidth()))/getScaleFactor())) + min;
533 return Math.max(0,(int)((x - (getArrowAreaWidth()))/getScaleFactor())) + min;
536 return Math.max(0,(int)((y - (thumbOffset.y + getArrowAreaWidth()))/getScaleFactor())) + min;
538 return Math.max(0,(int)((y - (getArrowAreaWidth()))/getScaleFactor())) + min;
731 return getArrowAreaWidth() - 2*ARROW_IND;
737 int getArrowAreaWidth() { method in class:XScrollbar
755 double f = (double)(barLength - 2*getArrowAreaWidth()) / Math.max(1,(max - min));
774 int arrAreaH = getArrowAreaWidth();

Completed in 404 milliseconds