Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b3106c9 authored by Presubmit Automerger Backend's avatar Presubmit Automerger Backend
Browse files

[automerge] Increase auto-recenter rotation threshold to 10.5 deg 2p: 237012c3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/16943383


Change-Id: Ia7921df1fcaffbc4610176b48f4d5e052523d198
Merged-In: Idbc0892673a53a5ffd4acf7366d1d05a5ff16545
parents 0aa08f1f 237012c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ constexpr auto kAutoRecenterWindowDuration = 6s;
constexpr float kAutoRecenterTranslationThreshold = 0.1f;

// Auto-recenter considers head not still if rotated by this much (in radians, approx).
constexpr float kAutoRecenterRotationThreshold = 7.0f / 180 * M_PI;
constexpr float kAutoRecenterRotationThreshold = 10.5f / 180 * M_PI;

// Screen is considered to be unstable (not still) if it has moved significantly within the last
// time window of this duration.