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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java257 // accRect
518 lr.accRect.width = accSize.maxWidth;
527 lr.accRect.y = (int)(lr.labelRect.y
529 - (float)lr.accRect.height/2);
530 fixVerticalAlignment(lr, lr.accRect);
558 lr.accRect.y += delta;
582 lr.arrowRect, lr.accRect);
614 leadingGap, gap, lr.arrowRect, lr.accRect);
647 lr.accRect);
679 calcXPositionsLTR(viewRect.x, leadingGap, gap, lr.arrowRect, lr.accRect);
1129 private Rectangle accRect; field in class:MenuItemLayoutHelper.LayoutResult
1143 LayoutResult(Rectangle iconRect, Rectangle textRect, Rectangle accRect, Rectangle checkRect, Rectangle arrowRect, Rectangle labelRect) argument
1174 setAccRect(Rectangle accRect) argument
[all...]

Completed in 35 milliseconds