From 04fb7ee44c54a5f9b8de42dbde33fb2e4a532f49 Mon Sep 17 00:00:00 2001 From: Evan Rosky Date: Tue, 4 May 2021 11:52:26 -0700 Subject: [PATCH] Fix a bug in TouchInteractionService for fixed-display input rotation DisplayManager display size seems to be pre-rotation, so adjust logic in TouchInteractionService to account for that. Bug: 179274888 Test: atest Launcher3Tests:com.android.launcher3.ui.TaplTestsLauncher3 Change-Id: Ie89d7b7d74c8bece8a2c109a0b350bc190356bf2 --- .../src/com/android/quickstep/TouchInteractionService.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/quickstep/src/com/android/quickstep/TouchInteractionService.java b/quickstep/src/com/android/quickstep/TouchInteractionService.java index 4fc97702ed..338a6efd82 100644 --- a/quickstep/src/com/android/quickstep/TouchInteractionService.java +++ b/quickstep/src/com/android/quickstep/TouchInteractionService.java @@ -496,6 +496,13 @@ public class TouchInteractionService extends Service implements PluginListener