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

Commit c5368089 authored by Android Build Prod User's avatar Android Build Prod User Committed by Automerger Merge Worker
Browse files

Merge "Revert^2 "Enable input window rotation flag"" into sc-v2-dev am: a7dbf474

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

Change-Id: I6035018cdd2b05e1d2b98ee5400509333e51259a
parents 27e6506b a7dbf474
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ public class EdgeBackGestureHandler extends CurrentUserTracker
    static final String DEBUG_MISSING_GESTURE_TAG = "NoBackGesture";

    private static final boolean ENABLE_PER_WINDOW_INPUT_ROTATION =
            SystemProperties.getBoolean("persist.debug.per_window_input_rotation", false);
            SystemProperties.getBoolean("persist.debug.per_window_input_rotation", true);

    private ISystemGestureExclusionListener mGestureExclusionListener =
            new ISystemGestureExclusionListener.Stub() {
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ public class InputManagerService extends IInputManager.Stub
    private static final boolean UNTRUSTED_TOUCHES_TOAST = false;

    public static final boolean ENABLE_PER_WINDOW_INPUT_ROTATION =
            SystemProperties.getBoolean("persist.debug.per_window_input_rotation", false);
            SystemProperties.getBoolean("persist.debug.per_window_input_rotation", true);

    // Pointer to native input manager service object.
    private final long mPtr;