OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mImageRotationCalculator
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
JpegImageBackendImageSaver.java
157
private final ImageRotationCalculator
mImageRotationCalculator
;
173
mImageRotationCalculator
= imageRotationCalculator;
190
mImageRotationCalculator
= imageRotationCalculator;
206
final OrientationManager.DeviceOrientation imageRotation =
mImageRotationCalculator
YuvImageBackendImageSaver.java
166
private final ImageRotationCalculator
mImageRotationCalculator
;
181
mImageRotationCalculator
= imageRotationCalculator;
199
mImageRotationCalculator
= imageRotationCalculator;
215
final OrientationManager.DeviceOrientation imageRotation =
mImageRotationCalculator
/packages/apps/Camera2/src/com/android/camera/one/v2/
SimpleOneCameraFactory.java
84
private final ImageRotationCalculator
mImageRotationCalculator
;
96
mImageRotationCalculator
= imageRotationCalculator;
194
mImageRotationCalculator
.getSupplier());
Completed in 642 milliseconds