Searched refs:maxHeightDiff (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/servers/app/
H A DWindow.cpp2043 float maxHeightDiff = fMaxHeight - fFrame.Height(); local
2054 else if (maxHeightDiff < 0.0) // we're currently larger than maxHeight
2055 yDiff = maxHeightDiff;

Completed in 73 milliseconds