Searched refs:fullRectF (Results 1 – 1 of 1) sorted by relevance
43 final RectF fullRectF = new RectF(fullRect); in rotateRectForOrientation() local45 matrix.mapRect(fullRectF); in rotateRectForOrientation()49 matrix.setTranslate(-fullRectF.left, -fullRectF.top); in rotateRectForOrientation()50 matrix.mapRect(fullRectF); in rotateRectForOrientation()53 fullRect.set((int) fullRectF.left, (int) fullRectF.top, (int) fullRectF.right, in rotateRectForOrientation()54 (int) fullRectF.bottom); in rotateRectForOrientation()