Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DDisplayShapeTests.java111 final RectF boundsFromDisplay = getBoundsFromPath(fromDisplay.getPath()); in testDisplayShapeFromWindowInsets() local
112 boundsFromDisplay.offset(-location[0], -location[1]); in testDisplayShapeFromWindowInsets()
114 assertEquals(boundsFromView, boundsFromDisplay); in testDisplayShapeFromWindowInsets()