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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicScrollBarUI.java78 protected Rectangle trackRect; field in class:BasicScrollBarUI
167 trackRect = new Rectangle(0, 0, 0, 0);
493 int y = trackRect.y;
503 x = trackRect.x;
507 w = trackRect.x + trackRect.width - x;
527 int h = trackRect.y + trackRect.height - y;
537 w = trackRect.x + trackRect
[all...]
H A DBasicSliderUI.java65 protected Rectangle trackRect = null; field in class:BasicSliderUI
158 trackRect = new Rectangle();
185 trackRect = 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;
595 thumbRect.y = trackRect.y;
600 thumbRect.x = trackRect.x;
636 trackRect
[all...]

Completed in 34 milliseconds