| 951 | } |
| 952 | |
| 953 | Point LayoutHelper::VisibleRect::top() |
| 954 | { |
| 955 | lazyInit(); |
| 956 | return ax::Point(s_ScreenVisibleRect.origin.x + s_ScreenVisibleRect.size.width / 2, |
| 957 | s_ScreenVisibleRect.origin.y + s_ScreenVisibleRect.size.height); |
| 958 | } |
| 959 | |
| 960 | Point LayoutHelper::VisibleRect::bottom() |
| 961 | { |
no test coverage detected