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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonBorder.java180 protected static final int fNormalButtonHeight = 29; field in class:AquaButtonBorder.SizeConstants
253 if (height <= SizeConstants.fNormalButtonHeight + 3 && width < SizeConstants.fNormalMinButtonWidth) {
257 if ((height > SizeConstants.fNormalButtonHeight + 3) || (b.getIcon() != null) || hasSmallerInsets(b)){

Completed in 30 milliseconds