Searched refs:rotateRect (Results 1 – 3 of 3) sorted by relevance
34 public static void rotateRect(Rect rect, int rotation) { in rotateRect() method in RotationUtils
173 RotationUtils.rotateRect(insetsR, RotationUtils.deltaRotation(rotation, i)); in verifyNoTransforms()174 RotationUtils.rotateRect(boundsR, RotationUtils.deltaRotation(rotation, i)); in verifyNoTransforms()
32 import static com.android.launcher3.util.RotationUtils.rotateRect;461 rotateRect(safeCutout, deltaRotation(fromRotation, toRotation)); in rotateCutout()