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

/haiku/src/apps/deskbar/
H A DStatusView.cpp247 if (fRightBottomReplicant.IsValid())
248 height = fRightBottomReplicant.bottom;
263 < fRightBottomReplicant.right + fClockMargin) {
264 width = fRightBottomReplicant.right + fClockMargin
267 width = fRightBottomReplicant.right + sIconGap + kGutter;
1257 if (loc.y > fRightBottomReplicant.top
1258 || (loc.y == fRightBottomReplicant.top
1259 && loc.x > fRightBottomReplicant.left)) {
1260 fRightBottomReplicant.Set(loc.x, loc.y, loc.x + replicantWidth,
1309 fRightBottomReplicant
[all...]
H A DStatusView.h165 BRect fRightBottomReplicant; member in class:TReplicantTray

Completed in 45 milliseconds