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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSliderUI.java64 protected Rectangle tickRect = null; field in class:BasicSliderUI
157 tickRect = new Rectangle();
184 tickRect = null;
475 d.width += trackRect.width + tickRect.width + labelRect.width;
481 d.height += trackRect.height + tickRect.height + labelRect.height;
495 d.width += trackRect.width + tickRect.width + labelRect.width;
501 d.height += trackRect.height + tickRect.height + labelRect.height;
670 tickRect.x = trackRect.x;
671 tickRect.y = trackRect.y + trackRect.height;
672 tickRect
[all...]

Completed in 33 milliseconds