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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXListPeer.java56 public final static int HORIZ_SCROLL_AMT = 10; field in class:XListPeer
212 hsb.setValues(0, 0, 0, 0, HORIZ_SCROLL_AMT, HORIZ_SCROLL_AMT);
898 hsb.setValue(hsb.getValue() - HORIZ_SCROLL_AMT);
905 hsb.setValue(hsb.getValue() + HORIZ_SCROLL_AMT);

Completed in 75 milliseconds