Searched defs:setDisplayOrientation (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java727 public void setDisplayOrientation(final int degrees) { method in class:CameraAgent.CameraProxy
728 setDisplayOrientation(degrees, true);
741 public void setDisplayOrientation(final int degrees, final boolean capture) { method in class:CameraAgent.CameraProxy
/frameworks/base/core/java/android/hardware/
H A DCamera.java78 * <li>Call {@link #setDisplayOrientation(int)} to ensure correct orientation of preview.
311 * @see #setDisplayOrientation(int)
1562 * camera.setDisplayOrientation(result);
1583 public native final void setDisplayOrientation(int degrees); method in class:Camera
1797 * mirroring of {@link #setDisplayOrientation(int)}. The face bounding
1808 * // This is the value for android.hardware.Camera.setDisplayOrientation.
2696 * @see #setDisplayOrientation(int)
3896 * {@link #setDisplayOrientation(int)}. Coordinates of the rectangle
3965 * mirroring of {@link #setDisplayOrientation(int)}. Coordinates of the

Completed in 86 milliseconds