Searched refs:currentHeight (Results 1 – 1 of 1) sorted by relevance
347 OSL_TRACE("currentHeight: %d", currentHeight); in createUserPane()364 currentHeight += kAquaSpaceBetweenPopupMenus; in createUserPane()367 currentHeight += kAquaSpaceBetweenControls; in createUserPane()418 currentHeight += kAquaSpaceBetweenControls; in createUserPane()434 currentHeight += nControlHeight; in createUserPane()439 OSL_TRACE("height after adding all controls: %d", currentHeight); in createUserPane()444 currentHeight -= kAquaSpaceBetweenControls; in createUserPane()445 currentHeight += kAquaSpaceAfterPopupButtonsV; in createUserPane()459 if (currentHeight < minRect.size.height) in createUserPane()460 currentHeight = minRect.size.height; in createUserPane()[all …]
Completed in 14 milliseconds