Home | History | Annotate | Download | only in impl

Lines Matching defs:orientationAngle

547                             int orientationAngle = (int) Math.round(
549 if (orientationAngle < 0) {
551 orientationAngle += 360;
555 int nearestRotation = (orientationAngle + 45) / 90;
563 orientationAngle)) {
568 + ", orientationAngle=" + orientationAngle
578 + ", orientationAngle=" + orientationAngle);
641 private boolean isOrientationAngleAcceptableLocked(int rotation, int orientationAngle) {
650 // then we want to check orientationAngle > 45 + GAP / 2.
656 if (orientationAngle >= 315 && orientationAngle < lowerBound + 360) {
660 if (orientationAngle < lowerBound) {
669 // then we want to check orientationAngle < 315 - GAP / 2.
675 if (orientationAngle <= 45 && orientationAngle > upperBound) {
679 if (orientationAngle > upperBound) {