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

/haiku/src/apps/deskbar/
H A DStatusView.cpp149 fMaxReplicantHeight = std::max(gMinReplicantHeight,
153 fMaxReplicantHeight = std::min(fMaxReplicantHeight,
160 fMinTrayHeight = kGutter + fMaxReplicantHeight + kGutter;
167 fTime = new TTimeView(fMinimumTrayWidth, fMaxReplicantHeight - 1.0,
252 int32 rowCount = (int32)(height / fMaxReplicantHeight);
253 height = kGutter + (rowCount * fMaxReplicantHeight)
680 fMaxReplicantHeight);
683 view = (*itemFunction)(fMaxReplicantWidth, fMaxReplicantHeight);
1151 if (replicantFrame.Height() > fMaxReplicantHeight)
[all...]
H A DStatusView.h101 { return fMaxReplicantHeight; }
168 float fMaxReplicantHeight; member in class:TReplicantTray

Completed in 27 milliseconds