Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java181 Rect boundsR = new Rect(wm.bounds); in verifyNoTransforms() local
185 RotationUtils.rotateRect(boundsR, RotationUtils.deltaRotation(rotation, i)); in verifyNoTransforms()
186 boundsR.set(0, 0, Math.abs(boundsR.width()), Math.abs(boundsR.height())); in verifyNoTransforms()
187 allBounds.add(new WindowBounds(boundsR, insetsR)); in verifyNoTransforms()