Searched defs:setDisplayOrientation (Results 1 - 8 of 8) 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/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/Camera2/src/com/android/camera/
H A DFocusOverlayManager.java205 public void setDisplayOrientation(int displayOrientation) { method in class:FocusOverlayManager
H A DPhotoUI.java368 public void setDisplayOrientation(int orientation) { method in class:PhotoUI
370 mFaceView.setDisplayOrientation(orientation);
426 mFaceView.setDisplayOrientation(orientation);
H A DPhotoModule.java296 setDisplayOrientation();
1595 setDisplayOrientation();
1601 setDisplayOrientation();
1725 private void setDisplayOrientation() { method in class:PhotoModule
1730 mUI.setDisplayOrientation(mDisplayOrientation);
1732 mFocusManager.setDisplayOrientation(mDisplayOrientation);
1736 mCameraDevice.setDisplayOrientation(mDisplayRotation);
1738 Log.v(TAG, "setDisplayOrientation (screen:preview) " +
1789 setDisplayOrientation();
H A DVideoModule.java362 setDisplayOrientation();
866 private void setDisplayOrientation() { method in class:VideoModule
873 mCameraDevice.setDisplayOrientation(mDisplayRotation);
876 mFocusManager.setDisplayOrientation(mCameraDisplayOrientation);
886 setDisplayOrientation();
930 setDisplayOrientation();
931 mCameraDevice.setDisplayOrientation(mDisplayRotation);
1820 setDisplayOrientation();
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DFocusOverlayManager.java157 public void setDisplayOrientation(int displayOrientation) { method in class:FocusOverlayManager
564 // This is the value for android.hardware.Camera.setDisplayOrientation.
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java211 // The value for android.hardware.Camera.setDisplayOrientation.
306 setDisplayOrientation();
531 mFaceView.setDisplayOrientation(mDisplayOrientation);
1785 setDisplayOrientation();
1835 private void setDisplayOrientation() { method in class:Camera
1838 mCameraDevice.setDisplayOrientation(mDisplayOrientation);
1840 mFaceView.setDisplayOrientation(mDisplayOrientation);
1856 setDisplayOrientation();

Completed in 201 milliseconds