Searched refs:rotateRect (Results 1 – 2 of 2) sorted by relevance
59 public static void rotateRect(final int degrees, final int px, final int py, final Rect rect) { in rotateRect() method in RectUtils
399 RectUtils.rotateRect(orientation, bounds.centerX(), bounds.centerY(), rotatedBounds); in draw()