Searched refs:setDisplayOrientation (Results 1 - 17 of 17) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/debug/
H A DDebugCameraProxy.java182 public void setDisplayOrientation(int degrees) { method in class:DebugCameraProxy
183 log("setDisplayOrientation:" + degrees);
184 mProxy.setDisplayOrientation(degrees);
/packages/apps/Camera2/src/com/android/camera/
H A DPhotoUI.java509 public void setDisplayOrientation(int orientation) { method in class:PhotoUI
511 mFaceView.setDisplayOrientation(orientation);
567 mFaceView.setDisplayOrientation(orientation);
H A DVideoModule.java367 setDisplayOrientation();
835 private void setDisplayOrientation() { method in class:VideoModule
842 mCameraDevice.setDisplayOrientation(mDisplayRotation);
845 mFocusManager.setDisplayOrientation(mCameraDisplayOrientation);
855 setDisplayOrientation();
900 setDisplayOrientation();
901 mCameraDevice.setDisplayOrientation(mDisplayRotation);
1754 setDisplayOrientation();
H A DPhotoModule.java200 // The value for android.hardware.Camera.setDisplayOrientation.
337 setDisplayOrientation();
1771 setDisplayOrientation();
1777 setDisplayOrientation();
1902 private void setDisplayOrientation() { method in class:PhotoModule
1908 mUI.setDisplayOrientation(mDisplayOrientation);
1910 mFocusManager.setDisplayOrientation(mDisplayOrientation);
1914 mCameraDevice.setDisplayOrientation(mDisplayRotation);
1966 setDisplayOrientation();
H A DFocusOverlayManager.java207 public void setDisplayOrientation(int displayOrientation) { method in class:FocusOverlayManager
/packages/apps/Camera2/src/com/android/camera/ui/
H A DFaceView.java40 // The value for android.hardware.Camera.setDisplayOrientation.
110 public void setDisplayOrientation(int orientation) { method in class:FaceView
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DFaceView.java35 // The value for android.hardware.Camera.setDisplayOrientation.
66 public void setDisplayOrientation(int orientation) { method in class:FaceView
/packages/apps/Camera/src/com/android/camera/
H A DCameraManager.java201 mCamera.setDisplayOrientation(msg.arg1);
419 public void setDisplayOrientation(int degrees) { method in class:CameraManager.CameraProxy
H A DPhotoModule.java233 // The value for android.hardware.Camera.setDisplayOrientation.
397 setDisplayOrientation();
757 mFaceView.setDisplayOrientation(mDisplayOrientation);
1711 setDisplayOrientation();
1736 mFaceView.setDisplayOrientation(mDisplayOrientation);
1904 private void setDisplayOrientation() { method in class:PhotoModule
1909 mFaceView.setDisplayOrientation(mDisplayOrientation);
1912 mFocusManager.setDisplayOrientation(mDisplayOrientation);
1936 setDisplayOrientation();
1966 mCameraDevice.setDisplayOrientation(mCameraDisplayOrientatio
[all...]
H A DVideoModule.java482 setDisplayOrientation();
562 // android.hardware.Camera.setDisplayOrientation. Its value only
861 private void setDisplayOrientation() { method in class:VideoModule
888 setDisplayOrientation();
889 mActivity.mCameraDevice.setDisplayOrientation(mCameraDisplayOrientation);
1147 mActivity.mCameraDevice.setDisplayOrientation(
1301 // android.hardware.Camera.setDisplayOrientation. Its value only
2192 setDisplayOrientation();
H A DFocusOverlayManager.java167 public void setDisplayOrientation(int displayOrientation) { method in class:FocusOverlayManager
H A DPanoramaModule.java1174 mCameraDevice.setDisplayOrientation(0);
/packages/apps/Camera/src/com/android/camera/ui/
H A DFaceView.java44 // The value for android.hardware.Camera.setDisplayOrientation.
117 public void setDisplayOrientation(int orientation) { method in class:FaceView
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java211 // The value for android.hardware.Camera.setDisplayOrientation.
306 setDisplayOrientation();
531 mFaceView.setDisplayOrientation(mDisplayOrientation);
1772 setDisplayOrientation();
1822 private void setDisplayOrientation() { method in class:Camera
1825 mCameraDevice.setDisplayOrientation(mDisplayOrientation);
1827 mFaceView.setDisplayOrientation(mDisplayOrientation);
1843 setDisplayOrientation();
H A DVideoCamera.java924 mCameraDevice.setDisplayOrientation(orientation);
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DVideoChatTestActivity.java406 publishProgress("setDisplayOrientation to " + rotation);
408 camera.setDisplayOrientation(rotation);
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java1115 mCameraDevice.setDisplayOrientation(0);

Completed in 241 milliseconds