Searched refs:boundsInScreen (Results 1 – 2 of 2) sorted by relevance
273 final Rect boundsInScreen = new Rect(); in requestNewLayoutForTest() local276 window.getBoundsInScreen(boundsInScreen); in requestNewLayoutForTest()277 return !boundsInScreen.isEmpty(); in requestNewLayoutForTest()
313 final Rect boundsInScreen = new Rect(); in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible() local315 buttonNode.getBoundsInScreen(boundsInScreen); in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible()323 + ", button bounds is " + boundsInScreen, in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible()324 Rect.intersects(displayRect, boundsInScreen)); in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible()