Lines Matching refs:labelRect

293         // labelRect
306 Rectangle labelRect = iconRect.union(textRect);
307 labelSize.height = labelRect.height;
308 labelSize.width = labelRect.width;
527 lr.accRect.y = (int)(lr.labelRect.y
528 + (float)lr.labelRect.height/2
532 lr.arrowRect.y = (int)(lr.labelRect.y
533 + (float)lr.labelRect.height/2
535 lr.checkRect.y = (int)(lr.labelRect.y
536 + (float)lr.labelRect.height/2
560 lr.labelRect.y += delta;
597 // Calculate valid X and Y coordinates for labelRect
602 lr.labelRect.width = labelSize.maxWidth;
606 lr.labelRect);
610 lr.labelRect.x += afterCheckIconGap - gap;
617 int labelOffset = lr.labelRect.x - viewRect.x;
619 lr.labelRect.x += minTextOffset - labelOffset;
624 // Center labelRect vertically
663 // Calculate valid X and Y coordinate for labelRect
668 lr.labelRect.width = labelSize.maxWidth;
672 lr.checkRect, lr.labelRect);
676 lr.labelRect.x -= afterCheckIconGap - gap;
683 - (lr.labelRect.x + lr.labelRect.width);
685 lr.labelRect.x -= minTextOffset - labelOffset;
690 // Center labelRect vertically
721 verticalTextPosition, horizontalTextPosition, lr.labelRect,
754 + (float)lr.labelRect.height/2
757 + (float)lr.labelRect.height/2
770 - (float)lr.labelRect.height/2
774 - (float)lr.labelRect.height/2
780 * Sets labelRect Y coordinate
785 lr.labelRect.y = viewRect.y;
787 lr.labelRect.y = (int)(viewRect.y
789 - (float)lr.labelRect.height/2);
791 lr.labelRect.y = viewRect.y + viewRect.height
792 - lr.labelRect.height;
1132 private Rectangle labelRect;
1140 labelRect = new Rectangle();
1145 Rectangle arrowRect, Rectangle labelRect) {
1151 this.labelRect = labelRect;
1195 return labelRect;
1198 public void setLabelRect(Rectangle labelRect) {
1199 this.labelRect = labelRect;
1209 result.put("labelRect", labelRect);