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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user