Home
last modified time | relevance | path

Searched refs:wantHeight (Results 1 – 1 of 1) sorted by relevance

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