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

/haiku/src/apps/deskbar/
H A DStatusView.h154 float replicantWidth);
H A DStatusView.cpp1182 TReplicantTray::LocationForReplicant(int32 index, float replicantWidth) argument
1231 // calculated left position, add replicantWidth to get the
1233 replicantRect.right = replicantRect.left + replicantWidth;
1260 fRightBottomReplicant.Set(loc.x, loc.y, loc.x + replicantWidth,
1317 float replicantWidth = view->Frame().Width(); local
1318 BPoint loc = LocationForReplicant(index, replicantWidth);

Completed in 88 milliseconds