summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoModule.java
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2013-04-30 15:38:49 -0700
committerMichael Kolb <kolby@google.com>2013-04-30 15:52:37 -0700
commit8788079a51a90255dce330e56afcb6674deccbf7 (patch)
treeeaa4560185c02cd803072c4e2a66dff8209ebe32 /src/com/android/camera/VideoModule.java
parent997dfc3211ac036448d18d0c0076fef9623885c0 (diff)
downloadandroid_packages_apps_Snap-8788079a51a90255dce330e56afcb6674deccbf7.tar.gz
android_packages_apps_Snap-8788079a51a90255dce330e56afcb6674deccbf7.tar.bz2
android_packages_apps_Snap-8788079a51a90255dce330e56afcb6674deccbf7.zip
Update location indicator correctly
Bug: 8768592 Change-Id: I8f94b4fb62174c4c27e6dbdc68ba272b0d3ae371
Diffstat (limited to 'src/com/android/camera/VideoModule.java')
-rw-r--r--src/com/android/camera/VideoModule.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/android/camera/VideoModule.java b/src/com/android/camera/VideoModule.java
index 54d9f3633..0bcdbabb5 100644
--- a/src/com/android/camera/VideoModule.java
+++ b/src/com/android/camera/VideoModule.java
@@ -417,7 +417,7 @@ public class VideoModule implements CameraModule,
initializeVideoControl();
mPendingSwitchCameraId = -1;
- mUI.updateOnScreenIndicators(mParameters);
+ mUI.updateOnScreenIndicators(mParameters, mPreferences);
// Disable the shutter button if effects are ON since it might take
// a little more time for the effects preview to be ready. We do not
@@ -2008,7 +2008,7 @@ public class VideoModule implements CameraModule,
} else {
setCameraParameters();
}
- mUI.updateOnScreenIndicators(mParameters);
+ mUI.updateOnScreenIndicators(mParameters, mPreferences);
}
}
@@ -2046,7 +2046,7 @@ public class VideoModule implements CameraModule,
// onFrameAvailable from the old camera may already exist.
mHandler.sendEmptyMessage(SWITCH_CAMERA_START_ANIMATION);
}
- mUI.updateOnScreenIndicators(mParameters);
+ mUI.updateOnScreenIndicators(mParameters, mPreferences);
}
// Preview texture has been copied. Now camera can be released and the