Revert^3 "Enable input window rotation flag"
a38454d64d
Reason for revert: b/197866364
Bug: 197866364
Change-Id: I3489638e0d2f077cec425cddb369e61df12f8275
This commit is contained in:
@@ -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", true);
|
||||
SystemProperties.getBoolean("persist.debug.per_window_input_rotation", false);
|
||||
|
||||
private ISystemGestureExclusionListener mGestureExclusionListener =
|
||||
new ISystemGestureExclusionListener.Stub() {
|
||||
|
||||
@@ -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", true);
|
||||
SystemProperties.getBoolean("persist.debug.per_window_input_rotation", false);
|
||||
|
||||
// Pointer to native input manager service object.
|
||||
private final long mPtr;
|
||||
|
||||
Reference in New Issue
Block a user