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

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

Merge "Change resize split-screen test filename"

parents 1d809974 8e2b4de0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -228,8 +228,8 @@ class CommonTransitions {
            Rational stopRatio) {
        String testTag = "resizeSplitScreen_" + testAppTop.getLauncherName() + "_"
                + testAppBottom.getLauncherName() + "_"
                + startRatio.toString().replace("/", ":") + "_to_"
                + stopRatio.toString().replace("/", ":") + "_"
                + startRatio.toString().replace("/", "-") + "_to_"
                + stopRatio.toString().replace("/", "-") + "_"
                + rotationToString(beginRotation);
        return TransitionRunner.newBuilder()
                .withTag(testTag)