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.java79 * <li>Call {@link #setDisplayOrientation(int)} to ensure correct orientation of preview.
305 * @see #setDisplayOrientation(int)
1521 * camera.setDisplayOrientation(result);
1539 public native final void setDisplayOrientation(int degrees); method in class:Camera
1750 * mirroring of {@link #setDisplayOrientation(int)}. The face bounding
1761 * // This is the value for android.hardware.Camera.setDisplayOrientation.
2646 * @see #setDisplayOrientation(int)
3846 * {@link #setDisplayOrientation(int)}. Coordinates of the rectangle
3915 * mirroring of {@link #setDisplayOrientation(int)}. Coordinates of the

Completed in 181 milliseconds