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

/haiku/src/apps/deskbar/
H A DStatusView.cpp1618 float menuBarHeight = fBarView->BarMenuBar()->Frame().Height(); local
1624 screenFrame.top + menuBarHeight, screenFrame.left + hDivider,
1625 screenFrame.top + floorf(menuBarHeight * kVerticalMiniMultiplier)));
1627 screenFrame.top + menuBarHeight, screenFrame.right,
1628 screenFrame.top + floorf(menuBarHeight * kVerticalMiniMultiplier)));
1630 screenFrame.bottom - floorf(menuBarHeight * kVerticalMiniMultiplier),
1631 screenFrame.left + hDivider, screenFrame.bottom - menuBarHeight));
1633 screenFrame.bottom - floorf(menuBarHeight * kVerticalMiniMultiplier),
1634 screenFrame.right, screenFrame.bottom - menuBarHeight));
1637 screenFrame.left + hDivider, screenFrame.top + menuBarHeight));
[all...]

Completed in 77 milliseconds