OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDeviceOrientationAtCapture
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/
WideAnglePanoramaModule.java
131
private int
mDeviceOrientationAtCapture
;
531
mDeviceOrientationAtCapture
= mDeviceOrientation;
644
orientation = (
mDeviceOrientationAtCapture
- mCameraOrientation + 360) % 360;
646
orientation = (
mDeviceOrientationAtCapture
+ mCameraOrientation) % 360;
[
all
...]
/packages/apps/Camera/src/com/android/camera/
PanoramaModule.java
164
private int
mDeviceOrientationAtCapture
;
566
mDeviceOrientationAtCapture
= mDeviceOrientation;
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java
177
private int
mDeviceOrientationAtCapture
;
602
mDeviceOrientationAtCapture
= mDeviceOrientation;
[
all
...]
Completed in 30 milliseconds