mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Wait for shell drop target to be ready for handling drags in tests
- Wait for the shell drop target to be made visible and drawn before attempting to continue with the drag gesture Bug: 234653212 Test: atest NexusLauncherTests Change-Id: Ida851343873b51288460f25bba062f29019005d4
This commit is contained in:
@@ -111,6 +111,7 @@ public final class TestProtocol {
|
||||
public static final String REQUEST_IS_TABLET = "is-tablet";
|
||||
public static final String REQUEST_IS_TWO_PANELS = "is-two-panel";
|
||||
public static final String REQUEST_START_DRAG_THRESHOLD = "start-drag-threshold";
|
||||
public static final String REQUEST_SHELL_DRAG_READY = "shell-drag-ready";
|
||||
public static final String REQUEST_GET_ACTIVITIES_CREATED_COUNT =
|
||||
"get-activities-created-count";
|
||||
public static final String REQUEST_GET_ACTIVITIES = "get-activities";
|
||||
|
||||
Reference in New Issue
Block a user