Home | History | Annotate | Download | only in hardware

Lines Matching refs:degrees

1526      * Set the clockwise rotation of preview display in degrees. This affects
1547 * int degrees = 0;
1549 * case Surface.ROTATION_0: degrees = 0; break;
1550 * case Surface.ROTATION_90: degrees = 90; break;
1551 * case Surface.ROTATION_180: degrees = 180; break;
1552 * case Surface.ROTATION_270: degrees = 270; break;
1557 * result = (info.orientation + degrees) % 360;
1560 * result = (info.orientation - degrees + 360) % 360;
1576 * @param degrees the angle that the picture will be rotated clockwise.
1583 public native final void setDisplayOrientation(int degrees);
3150 * Sets the clockwise rotation angle in degrees relative to the
3173 * portrait. The device is rotated 270 degrees clockwise, so the device
3198 * @param rotation The rotation angle in degrees relative to the
3543 * Gets the horizontal angle of view in degrees.
3553 * Gets the vertical angle of view in degrees.