Searched refs:mPictureRotation (Results 1 – 1 of 1) sorted by relevance
85 private int mPictureRotation; field in CameraOrientationActivity306 mPictureRotation = (info.orientation + degrees) % 360; in startPreview()307 mPreviewRotation = (360 - mPictureRotation) % 360; // compensate the mirror in startPreview()309 mPictureRotation = (info.orientation - degrees + 360) % 360; in startPreview()310 mPreviewRotation = mPictureRotation; in startPreview()563 mat.postRotate(mPictureRotation);