Searched refs:wantHeight (Results 1 - 1 of 1) sorted by path

/haiku/src/servers/app/
H A DWindow.cpp338 int32 wantHeight = fFrame.IntegerHeight() + y; local
351 if (wantHeight < window->fMinHeight)
352 wantHeight = window->fMinHeight;
353 if (wantHeight > window->fMaxHeight)
354 wantHeight = window->fMaxHeight;
359 y = wantHeight - fFrame.IntegerHeight();
402 float wantHeight = fFrame.IntegerHeight() + delta.y; local
415 if (wantHeight < window->fMinHeight)
416 wantHeight = window->fMinHeight;
417 if (wantHeight > windo
[all...]

Completed in 53 milliseconds