Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEmbeddedHierarchyTest.java273 final Rect boundsInScreen = new Rect(); in requestNewLayoutForTest() local
276 window.getBoundsInScreen(boundsInScreen); in requestNewLayoutForTest()
277 return !boundsInScreen.isEmpty(); in requestNewLayoutForTest()
DAccessibilityMagnificationTest.java313 final Rect boundsInScreen = new Rect(); in testA11yNodeInfoVisibility_whenOutOfMagnifiedArea_shouldVisible() local
315 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()