Searched refs:fullRect (Results 1 – 1 of 1) sorted by relevance
37 public static void rotateRectForOrientation(final int orientation, final Rect fullRect, in rotateRectForOrientation() argument43 final RectF fullRectF = new RectF(fullRect); in rotateRectForOrientation()53 fullRect.set((int) fullRectF.left, (int) fullRectF.top, (int) fullRectF.right, in rotateRectForOrientation()