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

/packages/apps/Camera/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 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/Camera/src/com/android/camera/panorama/
H A DPanoramaActivity.java1115 mCameraDevice.setDisplayOrientation(0);

Completed in 96 milliseconds