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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaUtilControlSize.java65 if ("regular".equalsIgnoreCase(name)) return Size.REGULAR;
76 return JRSUIConstants.Size.REGULAR;
84 if (size == null) return Size.REGULAR;
90 final JRSUIConstants.Size size = sizeFromUser == null ? JRSUIConstants.Size.REGULAR : sizeFromUser;
152 if (size == Size.REGULAR) return;
177 v.size = Size.REGULAR;
197 if (size == Size.REGULAR) return regular;
209 Size size = Size.REGULAR;
H A DAquaBorder.java47 this.sizeVariant = sizeDescriptor.get(Size.REGULAR);
H A DAquaButtonBorder.java237 if (size == Size.REGULAR) { y += 1; height -= 1; }
245 if (size != null && size != Size.REGULAR) {
H A DAquaComboBoxButton.java105 painter.state.set(size == null ? Size.REGULAR : size);
H A DAquaIcon.java104 final Size size = c instanceof JComponent ? AquaUtilControlSize.getUserSizeFrom((JComponent)c) : Size.REGULAR;
H A DAquaButtonLabeledUI.java71 if (componentSize == Size.REGULAR) return regularIcon.get();
H A DAquaProgressBarUI.java61 protected Size sizeVariant = Size.REGULAR;
H A DAquaSliderUI.java239 if (size == Size.REGULAR) {
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java151 public static final Size REGULAR = new Size(_regular); field in class:JRSUIConstants.Size

Completed in 111 milliseconds