mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Add new quickstep test for many tasks open at once.
This test is needed for testing overview-grid-related functionality. - Opening non-focused tasks - Dismissing a non-focused task from the grid - Grid rows rebalancing after dismissal, which only happens when enough apps are open to be off-screen. - Grid tasks do not scroll after dismissal. Test: TaplTestsQuickstep.java Bug: 197630182 Change-Id: Ic907db4643cdc2eb9e4610dab917347e234e470c
This commit is contained in:
@@ -104,6 +104,8 @@ public final class TestProtocol {
|
||||
public static final String REQUEST_GET_ACTIVITIES = "get-activities";
|
||||
public static final String REQUEST_GET_FOCUSED_TASK_HEIGHT_FOR_TABLET =
|
||||
"get-focused-task-height-for-tablet";
|
||||
public static final String REQUEST_GET_GRID_TASK_SIZE_RECT_FOR_TABLET =
|
||||
"get-grid-task-size-rect-for-tablet";
|
||||
|
||||
public static Long sForcePauseTimeout;
|
||||
public static final String REQUEST_SET_FORCE_PAUSE_TIMEOUT = "set-force-pause-timeout";
|
||||
|
||||
Reference in New Issue
Block a user