Merge "Dumping view hierarchy before swiping to Overview" into ub-launcher3-rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
794ca4dba5
@@ -86,6 +86,11 @@ public class Background extends LauncherInstrumentation.VisibleContainer {
|
||||
zeroButtonToOverviewGestureStartsInLauncher()
|
||||
? LauncherInstrumentation.GestureScope.INSIDE_TO_OUTSIDE
|
||||
: LauncherInstrumentation.GestureScope.OUTSIDE;
|
||||
|
||||
// b/156044202
|
||||
mLauncher.log("Hierarchy before swiping up to overview:");
|
||||
mLauncher.dumpViewHierarchy();
|
||||
|
||||
mLauncher.sendPointer(
|
||||
downTime, downTime, MotionEvent.ACTION_DOWN, start, gestureScope);
|
||||
mLauncher.executeAndWaitForEvent(
|
||||
|
||||
Reference in New Issue
Block a user