diff --git a/tests/tapl/com/android/launcher3/tapl/LaunchedAppState.java b/tests/tapl/com/android/launcher3/tapl/LaunchedAppState.java index f52b82de1b..a59eff7318 100644 --- a/tests/tapl/com/android/launcher3/tapl/LaunchedAppState.java +++ b/tests/tapl/com/android/launcher3/tapl/LaunchedAppState.java @@ -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); } }