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

/haiku/src/apps/deskbar/
H A DStatusView.cpp1220 BRect replicantRect = rowRect; local
1228 replicantRect.left = view->Frame().right + sIconGap + 1;
1233 replicantRect.right = replicantRect.left + replicantWidth;
1236 if (replicantRect.right < rowRect.right) {
1238 loc = replicantRect.LeftTop();

Completed in 17 milliseconds