Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DDisplayShapeTests.java131 final RectF expectRect = new RectF(0, 0, displayWidth, displayHeight); in testDisplayShapeOnVirtualDisplay() local
133 assertEquals(expectRect, actualRect); in testDisplayShapeOnVirtualDisplay()