Searched refs:SmartResize (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp148 TBarMenuBar::SmartResize(float width, float height) function in class:TBarMenuBar
186 SmartResize(frame.Width() - 1.0f, frame.Height());
188 SmartResize(frame.Width(), frame.Height());
205 SmartResize(-1, -1);
227 SmartResize(frame.Width() - 1.0f, frame.Height());
229 SmartResize(frame.Width(), frame.Height());
246 SmartResize(-1, -1);
H A DBarMenuBar.h69 void SmartResize(float width = -1.0f,
H A DBarView.cpp489 fBarMenuBar->SmartResize(-1, -1);
503 fBarMenuBar->SmartResize(width, height);

Completed in 106 milliseconds