Searched refs:boundsAfterMagnify (Results 1 – 1 of 1) sorted by relevance
1281 final Rect boundsAfterMagnify = new Rect(); in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible() local1295 + ", button bounds after layout is " + boundsAfterMagnify, in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible()1299 buttonNode.getBoundsInScreen(boundsAfterMagnify); in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible()1300 return !Rect.intersects(displayRect, boundsAfterMagnify); in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible()