Searched refs:boundsR (Results 1 – 1 of 1) sorted by relevance
181 Rect boundsR = new Rect(wm.bounds); in verifyNoTransforms() local185 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()