Merge "Exit hover after taskbar unstash to clean up events between tests." into udc-dev am: 266689014e

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23063340

Change-Id: I0c1b23edb9a396bb6b075feae1e6d7a578b4f999
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Pat Manning
2023-05-09 11:57:31 +00:00
committed by Automerger Merge Worker
@@ -223,6 +223,9 @@ public final class LaunchedAppState extends Background {
new Point(taskbarUnstashArea.x, taskbarUnstashArea.y), null);
mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);
mLauncher.sendPointer(downTime, downTime, MotionEvent.ACTION_HOVER_EXIT,
new Point(taskbarUnstashArea.x, taskbarUnstashArea.y), null);
}
}