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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java171 iconSize.origWidth = iconSize.width;
172 textSize.origWidth = textSize.width;
173 accSize.origWidth = accSize.width;
174 checkSize.origWidth = checkSize.width;
175 arrowSize.origWidth = arrowSize.width;
709 private void alignRect(Rectangle rect, int alignment, int origWidth) { argument
711 rect.x = rect.x + rect.width - origWidth;
713 rect.width = origWidth;
1273 private int origWidth; field in class:MenuItemLayoutHelper.RectSize
1279 public RectSize(int width, int height, int origWidth, in argument
1310 setOrigWidth(int origWidth) argument
[all...]

Completed in 30 milliseconds