Searched defs:setOrientationIndicator (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DVideoUI.java146 public void setOrientationIndicator(int orientation, boolean animation) { method in class:VideoUI
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java224 setOrientationIndicator(mOrientationCompensation);
229 private void setOrientationIndicator(int degree) { method in class:PanoramaActivity
/packages/apps/Camera/src/com/android/camera/
H A DVideoModule.java481 setOrientationIndicator(0, false);
578 private void setOrientationIndicator(int orientation, boolean animation) { method in class:VideoModule
1753 setOrientationIndicator(0, true);
2309 setOrientationIndicator(0, false);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java1305 setOrientationIndicator(mOrientationCompensation);
1316 private void setOrientationIndicator(int orientation) { method in class:Camera
H A DVideoCamera.java567 setOrientationIndicator(mOrientationCompensation);
579 private void setOrientationIndicator(int orientation) { method in class:VideoCamera
1727 setOrientationIndicator(mOrientationCompensation);

Completed in 312 milliseconds