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

/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/Gallery2/src/com/android/camera/
H A DCameraManager.java206 mCamera.setDisplayOrientation(msg.arg1);
407 public void setDisplayOrientation(int degrees) { method in class:CameraManager.CameraProxy
H A DPhotoUI.java473 public void setDisplayOrientation(int orientation) { method in class:PhotoUI
475 mFaceView.setDisplayOrientation(orientation);
674 mFaceView.setDisplayOrientation(orientation);
H A DPhotoModule.java200 // The value for android.hardware.Camera.setDisplayOrientation.
354 setDisplayOrientation();
1436 setDisplayOrientation();
1572 private void setDisplayOrientation() { method in class:PhotoModule
1576 mUI.setDisplayOrientation(mDisplayOrientation);
1578 mFocusManager.setDisplayOrientation(mDisplayOrientation);
1602 setDisplayOrientation();
1634 mCameraDevice.setDisplayOrientation(mCameraDisplayOrientation);
1640 mCameraDevice.setDisplayOrientation(mDisplayOrientation);
H A DVideoModule.java419 setDisplayOrientation();
518 // android.hardware.Camera.setDisplayOrientation. Its value only
807 private void setDisplayOrientation() { method in class:VideoModule
845 setDisplayOrientation();
846 mActivity.mCameraDevice.setDisplayOrientation(mCameraDisplayOrientation);
1118 mActivity.mCameraDevice.setDisplayOrientation(
1273 // android.hardware.Camera.setDisplayOrientation. Its value only
1995 setDisplayOrientation();
H A DFocusOverlayManager.java173 public void setDisplayOrientation(int displayOrientation) { method in class:FocusOverlayManager
H A DPanoramaModule.java1161 mCameraDevice.setDisplayOrientation(0);
/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/Gallery2/src/com/android/camera/ui/
H A DFaceView.java45 // The value for android.hardware.Camera.setDisplayOrientation.
120 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 2898 milliseconds