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

This commit is contained in:
Pat Manning
2023-05-09 11:11:33 +00:00
committed by Android (Google) Code Review
@@ -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);
}
}