Lines Matching refs:right

203 	fTime->MoveTo(Bounds().right - fTime->Bounds().Width() - fTrayPadding, 2);
261 if (!fTime->IsHidden(fTime) && Bounds().right - fTrayPadding - 2
263 < fRightBottomReplicant.right + fClockMargin) {
264 width = fRightBottomReplicant.right + fClockMargin
267 width = fRightBottomReplicant.right + sIconGap + kGutter;
1178 * replicant. replicant will flow to the right on its own
1207 fTime->MoveTo(Bounds().right - fTime->Bounds().Width() - fTrayPadding,
1218 rowRect.right -= fClockMargin + fTime->Frame().Width();
1228 replicantRect.left = view->Frame().right + sIconGap + 1;
1232 // right position
1233 replicantRect.right = replicantRect.left + replicantWidth;
1236 if (replicantRect.right < rowRect.right) {
1252 loc.x = view->Frame().right + sIconGap + 1;
1422 BPoint(frame.right, frame.top + 1), ldark);
1425 BPoint(frame.right - 1, frame.bottom), hilite);
1433 BPoint(frame.right - 1, frame.bottom - 3), hilite);
1473 where.x = floorf((dragRegion.left + dragRegion.right) / 2 + 0.5) - 1;
1487 BPoint(dragRegion.right, dragRegion.bottom - 2),
1508 dragRegion.right = dragRegion.left + gDragWidth;
1510 dragRegion.left = dragRegion.right - gDragWidth;
1608 // 1. Vertical expando-mode, right (default) or left
1609 // 2. Vertical mini-mode, right-top left-top left-bottom or right-bottom
1610 // 3. Horizontal mini-mode, right-top left-top left-bottom or right-bottom
1626 fTopRightVertical.Set(BRect(screenFrame.right - hDivider,
1627 screenFrame.top + menuBarHeight, screenFrame.right,
1632 fBottomRightVertical.Set(BRect(screenFrame.right - hDivider,
1634 screenFrame.right, screenFrame.bottom - menuBarHeight));
1638 fTopRightHorizontal.Set(BRect(screenFrame.right - hDivider, screenFrame.top,
1639 screenFrame.right, screenFrame.top + menuBarHeight));
1642 fBottomRightHorizontal.Set(BRect(screenFrame.right - hDivider,
1643 screenFrame.bottom - menuBarHeight, screenFrame.right,
1646 // left/right expando
1654 fMiddleRight.Set(BRect(screenFrame.right - hDivider,
1655 screenFrame.top, screenFrame.right, screenFrame.bottom));
1662 // left/right full
1669 fRightSide.Set(BRect(screenFrame.right - hDivider,
1670 screenFrame.bottom - halfScreen, screenFrame.right,
1680 BRect rightSideRect(screenFrame.right - hDivider, screenFrame.top,
1681 screenFrame.right, screenFrame.bottom);
1683 fTopHalf.Set(BRect(screenFrame.left, screenFrame.top, screenFrame.right,
1689 screenFrame.right, screenFrame.bottom));
1831 where.x = floorf((dragRegion.left + dragRegion.right) / 2 + 0.5) - 1;
1891 delta = whereScreen.x - Window()->Frame().right;