Searched refs:screenBorder (Results 1 – 3 of 3) sorted by relevance
46 BRect screenBorder = screen.Frame(); in cascade() local48 if (left + sWindowRect.Width() > screenBorder.right) in cascade()52 if (top + sWindowRect.Height() > screenBorder.bottom) in cascade()63 BRect screenBorder = screen.Frame(); in uncascade() local67 left = screenBorder.right - sWindowRect.Width() - sTopLeft.x; in uncascade()73 top = screenBorder.bottom - sWindowRect.Height() - sTopLeft.y; in uncascade()
339 BRect screenBorder = screen.Frame(); in Probe() local342 if (left + rect.Width() > screenBorder.right) in Probe()346 if (top + rect.Height() > screenBorder.bottom) in Probe()
459 BRect screenBorder = screen.Frame(); in _AppTypeCascade() local463 if (left + lastFrame.Width() > screenBorder.right) { in _AppTypeCascade()471 if (top + lastFrame.Height() > screenBorder.bottom) { in _AppTypeCascade()