diff options
| author | 2021-08-27 21:14:00 +0000 | |
|---|---|---|
| committer | 2021-08-27 21:14:00 +0000 | |
| commit | e5eef8fe6a45db8a484d74f5fccdb92dcdec8b68 (patch) | |
| tree | 61907380ee98706aea31dbcece1ddb5dac21e2b5 /libs/input/Input.cpp | |
| parent | d7ae69a195c29ac2ca1303430011eb499349444b (diff) | |
| parent | d1d30934f4c83c6d544c47d7d153730c9c1ff696 (diff) | |
Merge "Revert^3 "Enable input window rotation flag"" into sc-v2-dev am: 3590b6c8a2 am: d1d30934f4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15694000
Change-Id: Idc8ba00c02d9ca2d18ef5d229f10b559080d245b
Diffstat (limited to 'libs/input/Input.cpp')
| -rw-r--r-- | libs/input/Input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/input/Input.cpp b/libs/input/Input.cpp index b7f8e7e4cc..1e8ff945ef 100644 --- a/libs/input/Input.cpp +++ b/libs/input/Input.cpp @@ -47,7 +47,7 @@ namespace { // coordinates and SurfaceFlinger includes the display rotation in the input window transforms. bool isPerWindowInputRotationEnabled() { static const bool PER_WINDOW_INPUT_ROTATION = - base::GetBoolProperty("persist.debug.per_window_input_rotation", true); + base::GetBoolProperty("persist.debug.per_window_input_rotation", false); return PER_WINDOW_INPUT_ROTATION; } |