Home
last modified time | relevance | path

Searched refs:boundsAfterMagnify (Results 1 – 1 of 1) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java1281 final Rect boundsAfterMagnify = new Rect(); in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible() local
1295 + ", 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()