Searched refs:setThumbBounds (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicScrollBarUI.java722 setThumbBounds(itemX, itrackY, itemW, itrackH);
725 setThumbBounds(0, 0, 0, 0);
735 setThumbBounds(itemX, thumbY, itemW, thumbH);
832 setThumbBounds(itrackX, itemY, itrackW, itemH);
835 setThumbBounds(0, 0, 0, 0);
845 setThumbBounds(thumbX, itemY, thumbW, itemH);
878 protected void setThumbBounds(int x, int y, int width, int height) method in class:BasicScrollBarUI
913 * @see #setThumbBounds
1215 setThumbBounds(thumbR.x, thumbPos, thumbR.width, thumbR.height);
1222 setThumbBounds(thumbPo
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java397 protected void setThumbBounds(int x, int y, int width, int height) method in class:MetalScrollBarUI

Completed in 54 milliseconds