Searched refs:accSize (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java92 private RectSize accSize; field in class:MenuItemLayoutHelper
144 this.accSize = new RectSize();
173 accSize.origWidth = accSize.width;
259 accSize.width = SwingUtilities2.stringWidth(mi, accFm, accText);
260 accSize.height = accFm.getHeight();
297 textSize.height, accSize.height, arrowSize.height);
315 calcMaxWidth(accSize, MAX_ACC_WIDTH);
501 new Rectangle(accSize.width, accSize
1093 setAccSize(RectSize accSize) argument
[all...]

Completed in 24 milliseconds