Lines Matching refs:getLocationOnScreen

46         view.getLocationOnScreen(xy);  in assertOnScreen()
49 origin.getLocationOnScreen(xyRoot); in assertOnScreen()
68 view.getLocationOnScreen(xy); in assertOffScreenBelow()
71 origin.getLocationOnScreen(xyRoot); in assertOffScreenBelow()
88 view.getLocationOnScreen(xy); in assertOffScreenAbove()
91 origin.getLocationOnScreen(xyRoot); in assertOffScreenAbove()
108 view.getLocationOnScreen(xy); in assertHasScreenCoordinates()
111 origin.getLocationOnScreen(xyRoot); in assertHasScreenCoordinates()
126 first.getLocationOnScreen(xy); in assertBaselineAligned()
129 second.getLocationOnScreen(xy); in assertBaselineAligned()
144 first.getLocationOnScreen(xy); in assertRightAligned()
147 second.getLocationOnScreen(xy); in assertRightAligned()
163 first.getLocationOnScreen(xy); in assertRightAligned()
166 second.getLocationOnScreen(xy); in assertRightAligned()
181 first.getLocationOnScreen(xy); in assertLeftAligned()
184 second.getLocationOnScreen(xy); in assertLeftAligned()
200 first.getLocationOnScreen(xy); in assertLeftAligned()
203 second.getLocationOnScreen(xy); in assertLeftAligned()
218 first.getLocationOnScreen(xy); in assertBottomAligned()
221 second.getLocationOnScreen(xy); in assertBottomAligned()
237 first.getLocationOnScreen(xy); in assertBottomAligned()
240 second.getLocationOnScreen(xy); in assertBottomAligned()
255 first.getLocationOnScreen(xy); in assertTopAligned()
258 second.getLocationOnScreen(xy); in assertTopAligned()
274 first.getLocationOnScreen(xy); in assertTopAligned()
277 second.getLocationOnScreen(xy); in assertTopAligned()
292 reference.getLocationOnScreen(xy); in assertHorizontalCenterAligned()
295 test.getLocationOnScreen(xy); in assertHorizontalCenterAligned()
313 reference.getLocationOnScreen(xy); in assertVerticalCenterAligned()
316 test.getLocationOnScreen(xy); in assertVerticalCenterAligned()