Home
last modified time | relevance | path

Searched defs:IsResizing (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/app/decorator/
H A DWindowBehaviour.h37 bool IsResizing() const { return fIsResizing; } in IsResizing() function
/haiku/src/apps/deskbar/
H A DStatusView.h256 bool IsResizing() { return IsTracking(); }; in IsResizing() function
/haiku/src/servers/app/
H A DWindow.cpp1166 Window::IsResizing() const in IsResizing() function in Window