Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc9ea9b0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Speeding up TAPL by calling getVisibleStateMessage() less frequently"...

Merge "Speeding up TAPL by calling getVisibleStateMessage() less frequently" into ub-launcher3-rvc-dev
parents f9ec6f67 faf4da38
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -651,7 +651,7 @@ public final class LauncherInstrumentation {
                } else {
                    log("Hierarchy before swiping up to home:");
                    dumpViewHierarchy();
                    log(action = "swiping up to home from " + getVisibleStateMessage());
                    action = "swiping up to home";

                    try (LauncherInstrumentation.Closable c = addContextLayer(action)) {
                        swipeToState(
@@ -666,7 +666,7 @@ public final class LauncherInstrumentation {
            } else {
                log("Hierarchy before clicking home:");
                dumpViewHierarchy();
                log(action = "clicking home button from " + getVisibleStateMessage());
                action = "clicking home button";
                try (LauncherInstrumentation.Closable c = addContextLayer(action)) {
                    if (!isLauncher3() && getNavigationModel() == NavigationModel.TWO_BUTTON) {
                        expectEvent(TestProtocol.SEQUENCE_TIS, EVENT_TOUCH_DOWN_TIS);