Searched refs:currenttop (Results 1 – 1 of 1) sorted by relevance
824 int currenttop = userPaneRect.size.height; in layoutControls() local870 currenttop -= nControlHeight; in layoutControls()877 currenttop -= nDistBetweenControls; in layoutControls()883 currenttop += kAquaSpacePopupMenuFrameBoundsDiffTop;//from top in layoutControls()894 labelFrame.origin.y = currenttop + kAquaSpaceLabelPopupDiffV; in layoutControls()899 controlRect.origin.y = currenttop; in layoutControls()905 currenttop += kAquaSpacePopupMenuFrameBoundsDiffBottom; in layoutControls()907 currenttop += kAquaSpaceSwitchButtonFrameBoundsDiff;//from top in layoutControls()912 controlRect.origin.y = currenttop; in layoutControls()917 currenttop += kAquaSpaceSwitchButtonFrameBoundsDiff; in layoutControls()
Completed in 8 milliseconds