Searched refs:orientationAngle (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowOrientationListener.java435 int orientationAngle = (int) Math.round(
437 if (orientationAngle < 0) {
439 orientationAngle += 360;
443 int nearestRotation = (orientationAngle + 45) / 90;
451 orientationAngle)) {
455 + ", orientationAngle=" + orientationAngle);
463 + ", orientationAngle=" + orientationAngle
467 magnitude, tiltAngle, orientationAngle);
513 isOrientationAngleAcceptable(int proposedRotation, int orientationAngle) argument
566 updateProposal(int rotation, long timestampMS, float magnitude, int tiltAngle, int orientationAngle) argument
[all...]

Completed in 54 milliseconds