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

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicScrollBarUI.java836 setThumbBounds(itemX, itrackY, itemW, itrackH);
839 setThumbBounds(0, 0, 0, 0);
849 setThumbBounds(itemX, thumbY, itemW, thumbH);
949 setThumbBounds(itrackX, itemY, itrackW, itemH);
952 setThumbBounds(0, 0, 0, 0);
962 setThumbBounds(thumbX, itemY, thumbW, itemH);
999 protected void setThumbBounds(int x, int y, int width, int height) method in class:BasicScrollBarUI
1034 * @see #setThumbBounds
1348 setThumbBounds(thumbR.x, thumbPos, thumbR.width, thumbR.height);
1355 setThumbBounds(thumbPo
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalScrollBarUI.java411 protected void setThumbBounds(int x, int y, int width, int height) method in class:MetalScrollBarUI

Completed in 44 milliseconds