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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonBorder.java182 protected static final int fSquareButtonHeightThreshold = 23; field in class:AquaButtonBorder.SizeConstants
249 if (height < SizeConstants.fSquareButtonHeightThreshold || width < SizeConstants.fSquareButtonWidthThreshold) {
275 if (height < SizeConstants.fSquareButtonHeightThreshold || width < SizeConstants.fSquareButtonWidthThreshold) {

Completed in 68 milliseconds