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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSliderUI.java73 private int thumbHeight; field in class:SynthSliderUI
156 thumbHeight =
157 style.getInt(context, "Slider.thumbHeight", 14);
167 thumbHeight *= 1.15;
170 thumbHeight *= 0.857;
173 thumbHeight *= 0.784;
180 trackHeight = thumbHeight + trackBorder * 2;
690 size.width = thumbHeight;
694 size.height = thumbHeight;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJFIFMarkerSegment.java77 int thumbHeight; field in class:JFIFMarkerSegment
120 thumbHeight = 0;
139 thumbHeight = buffer.buf[buffer.bufPtr++] & 0xff;
142 thumb = new JFIFThumbRGB(buffer, thumbWidth, thumbHeight);
229 node.setAttribute("thumbHeight", Integer.toString(thumbHeight));
272 value = getAttributeValue(node, attrs, "thumbHeight", 0, 255, false);
273 thumbHeight = (value != -1) ? value : thumbHeight;
373 int thumbHeight
841 int thumbHeight; field in class:JFIFMarkerSegment.JFIFThumbUncompressed
[all...]

Completed in 34 milliseconds