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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSliderUI.java292 int yPosition = yPositionForValue(value.intValue(), trackY,
599 protected int yPositionForValue(int value, int trackY, int trackHeight) { method in class:SynthSliderUI
956 int vMax = yPositionForValue(slider.getMaximum() -
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSliderUI.java361 int yPosition = yPositionForValue(value, trackY,
598 int valuePosition = yPositionForValue(slider.getValue());
1062 int yPos = yPositionForValue(value);
1086 int yPos = yPositionForValue(value);
1187 int labelCenter = yPositionForValue( value );
1378 protected int yPositionForValue( int value ) { method in class:BasicSliderUI
1379 return yPositionForValue(value, trackRect.y, trackRect.height);
1392 protected int yPositionForValue(int value, int trackY, int trackHeight) { method in class:BasicSliderUI
1759 int vMax = yPositionForValue(slider.getMaximum() -

Completed in 1321 milliseconds