OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:orientationCompensation
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/src/com/android/camera/panorama/
PanoramaActivity.java
214
// calculate the up-to-date
orientationCompensation
.
215
int
orientationCompensation
= mDeviceOrientation
217
if (mOrientationCompensation !=
orientationCompensation
) {
218
mOrientationCompensation =
orientationCompensation
;
[
all
...]
/packages/apps/Camera/src/com/android/camera/
Camera.java
[
all
...]
VideoCamera.java
525
// calculate the up-to-date
orientationCompensation
.
526
int
orientationCompensation
= mOrientation
529
if (mOrientationCompensation !=
orientationCompensation
) {
530
mOrientationCompensation =
orientationCompensation
;
[
all
...]
Completed in 41 milliseconds