Loading libs/input/Input.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading services/inputflinger/reader/mapper/TouchCursorInputMapperCommon.h +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ namespace android { // projection are part of the input window's transform. This means InputReader should work in the // un-rotated coordinate space. static bool isPerWindowInputRotationEnabled() { return sysprop::InputFlingerProperties::per_window_input_rotation().value_or(true); return sysprop::InputFlingerProperties::per_window_input_rotation().value_or(false); } static int32_t getInverseRotation(int32_t orientation) { Loading services/surfaceflinger/SurfaceFlinger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -3055,7 +3055,7 @@ void SurfaceFlinger::updateInputFlinger() { bool enablePerWindowInputRotation() { static bool value = android::base::GetBoolProperty("persist.debug.per_window_input_rotation", true); android::base::GetBoolProperty("persist.debug.per_window_input_rotation", false); return value; } Loading Loading
libs/input/Input.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading
services/inputflinger/reader/mapper/TouchCursorInputMapperCommon.h +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ namespace android { // projection are part of the input window's transform. This means InputReader should work in the // un-rotated coordinate space. static bool isPerWindowInputRotationEnabled() { return sysprop::InputFlingerProperties::per_window_input_rotation().value_or(true); return sysprop::InputFlingerProperties::per_window_input_rotation().value_or(false); } static int32_t getInverseRotation(int32_t orientation) { Loading
services/surfaceflinger/SurfaceFlinger.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -3055,7 +3055,7 @@ void SurfaceFlinger::updateInputFlinger() { bool enablePerWindowInputRotation() { static bool value = android::base::GetBoolProperty("persist.debug.per_window_input_rotation", true); android::base::GetBoolProperty("persist.debug.per_window_input_rotation", false); return value; } Loading