commit | 8fa312bb67623dda0b9a12cf334c1d01419910bc | [log] [tgz] |
---|---|---|
author | Nicolo' Mazzucato <nicomazz@google.com> | Tue Feb 15 12:33:44 2022 +0100 |
committer | Nicolo' Mazzucato <nicomazz@google.com> | Tue Feb 15 12:33:44 2022 +0100 |
tree | 4d66d353fdc9845f0644e0d3c7d2984069f48b71 | |
parent | 05474038051ffbe2f0bb0f42e005c9b732af7eac [diff] |
Avoid binder transaction to WM for lock orientation When rotation happened during a change of screen (e.g. on foldable devices), getRotationLockOrientation was blocked by a wm binder call to get the display size. wm was holding the lock while changing display power state. This cl removes this dependency. Bug: 197515205 Test: Manual Change-Id: I950e80289ea0f385bcaedf052d393ac7a23a14c6