Merge "Exit hover after taskbar unstash to clean up events between tests." into udc-dev
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