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

Commit a5c57af8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Revert^3 "Enable input window rotation flag"" into sc-v2-dev am: 82001b61 am: c346a328

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

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


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


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


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


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