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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSliderUI.java68 protected int trackBuffer = 0; // The distance that the track is from the side of the control field in class:BasicSliderUI
354 int trackBuffer = Math.max(metrics.getHeight() / 2,
357 int trackY = contentY + trackBuffer;
360 trackBuffer - trackBuffer;
611 trackBuffer = Math.max( highLabel.getBounds().width, lowLabel.getBounds().width ) / 2;
612 trackBuffer = Math.max( trackBuffer, thumbRect.width / 2 );
615 trackBuffer = Math.max( highLabel.getBounds().height, lowLabel.getBounds().height ) / 2;
616 trackBuffer
[all...]

Completed in 39 milliseconds