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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DCacheTable.java51 static final int MAX_SIZE = 1 << 30; field in class:CacheTable
76 if (size == MAX_SIZE)
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifFileChooserUI.java73 private static Dimension MAX_SIZE = new Dimension(Short.MAX_VALUE, Short.MAX_VALUE); field in class:MotifFileChooserUI
238 getAccessoryPanel().setMaximumSize(MAX_SIZE);
401 accessoryPanel.setMaximumSize(MAX_SIZE);
441 return new Dimension(MAX_SIZE.width, this.getPreferredSize().height);
455 return new Dimension(MAX_SIZE.width, this.getPreferredSize().height);
469 return new Dimension(MAX_SIZE.width, this.getPreferredSize().height);
483 return new Dimension(MAX_SIZE.width, this.getPreferredSize().height);
592 scrollpane.setMaximumSize(MAX_SIZE);
611 scrollpane.setMaximumSize(MAX_SIZE);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java107 private static Dimension MAX_SIZE = new Dimension(Short.MAX_VALUE, Short.MAX_VALUE); field in class:GTKFileChooserUI
312 getAccessoryPanel().setMaximumSize(MAX_SIZE);
640 accessoryPanel.setMaximumSize(MAX_SIZE);
869 scrollpane.setMaximumSize(MAX_SIZE);
890 scrollpane.setMaximumSize(MAX_SIZE);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java214 private static final int MAX_SIZE = 2; field in class:GroupLayout
960 prepare(MAX_SIZE);
1073 case MAX_SIZE:
1606 return calculateSize(axis, MAX_SIZE);
1639 case MAX_SIZE:
2713 if (type == MAX_SIZE) {
2987 return getLinkSize(axis, MAX_SIZE);

Completed in 60 milliseconds