File tree Expand file tree Collapse file tree
packages/camera/camera_android_camerax/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3921,8 +3921,8 @@ void main() {
39213921 final mockImageCapture = MockImageCapture ();
39223922 final mockNewImageCapture = MockImageCapture ();
39233923 const int defaultTargetRotation = Surface .rotation90;
3924- const int jpegQuality = 73 ;
3925- const int cameraId = 9 ;
3924+ const jpegQuality = 73 ;
3925+ const cameraId = 9 ;
39263926 int ? actualTargetRotation;
39273927 int ? actualJpegQuality;
39283928
@@ -3976,8 +3976,8 @@ void main() {
39763976 final mockDeviceOrientationManager = MockDeviceOrientationManager ();
39773977 final mockNewImageCapture = MockImageCapture ();
39783978 const int lockedTargetRotation = Surface .rotation270;
3979- const int jpegQuality = 64 ;
3980- const int cameraId = 11 ;
3979+ const jpegQuality = 64 ;
3980+ const cameraId = 11 ;
39813981 int ? actualTargetRotation;
39823982 int ? actualJpegQuality;
39833983
You can’t perform that action at this time.
0 commit comments