Home | History | Annotate | Download | only in dialogs

Lines Matching refs:WIDTH

41   private static final String WIDTH = "width";
76 int width = Math.min(displayBounds.width, Math.max(oldBounds.width, defaultSize.x));
78 return new Point(width, height);
109 int maxX = windowBounds.x + windowBounds.width - initialSize.x;
126 int x = windowBounds.x + (windowBounds.width - initialSize.x) / 2;
144 settings.getInt(WIDTH),
158 settings.put(WIDTH, bounds.width);