Home
last modified time | relevance | path

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

/haiku/src/apps/deskbar/
H A DStatusView.h169 float fMinTrayHeight; variable
H A DStatusView.cpp160 fMinTrayHeight = kGutter + fMaxReplicantHeight + kGutter; in TReplicantTray()
240 float height = fMinTrayHeight; in GetPreferredSize()
255 height = std::max(fMinTrayHeight, height); in GetPreferredSize()
257 height = fMinTrayHeight; in GetPreferredSize()
276 height = std::max(fMinTrayHeight, fBarView->TabHeight()); in GetPreferredSize()