summaryrefslogtreecommitdiff
path: root/libs/input/Input.cpp
diff options
context:
space:
mode:
author Prabir Pradhan <prabirmsp@google.com> 2021-08-05 13:41:01 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-08-05 13:41:01 +0000
commit196cc3fd10f16ec0eabc0c32e1191336bdca47d8 (patch)
treee4e1786e71d438d3d7da4d57113adf89955642c1 /libs/input/Input.cpp
parenta5935a793c58794c3df624969b95663081f07ca0 (diff)
parente1b77ba992de66e219d9cb643679b793320bd64a (diff)
Merge "Revert "Enable input window rotation flag"" into sc-v2-dev am: b998d92793 am: e1b77ba992
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15468612 Change-Id: I1d7e2e7a94258e6a5c032b5f9e96472c9d425ec5
Diffstat (limited to 'libs/input/Input.cpp')
-rw-r--r--libs/input/Input.cpp2
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;
}