Home | History | Annotate | Download | only in dialogs

Lines Matching refs:HEIGHT

42   private static final String HEIGHT = "height";
77 int height = Math.min(displayBounds.height, Math.max(oldBounds.height, defaultSize.y));
78 return new Point(width, height);
110 int maxY = windowBounds.y + windowBounds.height - initialSize.y;
127 int y = windowBounds.y + (windowBounds.height - initialSize.y) / 2;
145 settings.getInt(HEIGHT));
159 settings.put(HEIGHT, bounds.height);