Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEmbeddedHierarchyTest.java312 final Rect expectedBounds = new Rect(), boundsAfter = new Rect(); in moveSurfaceViewLayoutPosition() local
322 surfaceViewNode.getBoundsInScreen(boundsAfter); in moveSurfaceViewLayoutPosition()
328 expectedBounds, boundsAfter); in moveSurfaceViewLayoutPosition()
333 + "\tActual bounds: " + boundsAfter); in moveSurfaceViewLayoutPosition() local