Searched refs:rotateDegrees (Results 1 – 2 of 2) sorted by relevance
84 int rotateDegrees; in getCornerPath() local90 rotateDegrees = 0; in getCornerPath()96 rotateDegrees = 90; in getCornerPath()102 rotateDegrees = 180; in getCornerPath()109 rotateDegrees = 270; in getCornerPath()119 mMatrix.postRotate(rotateDegrees); in getCornerPath()
215 final int rotateDegrees = (mCameraOrientation - degrees + 360) % 360; in startPreview() local216 mCamera.setDisplayOrientation(rotateDegrees); in startPreview()