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

Commit 6a3688cc authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Increase resize delta to prevent flaky test runs since the scenario...

Merge "Increase resize delta to prevent flaky test runs since the scenario start and end timestamps are too short during resizing." into main
parents 7d1bcfba 82a6fde7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@ open class ResizeAppWithCornerResize
@JvmOverloads
constructor(
    val rotation: Rotation = Rotation.ROTATION_0,
    val horizontalChange: Int = 50,
    val verticalChange: Int = -50,
    val horizontalChange: Int = 200,
    val verticalChange: Int = -200,
    val appProperty: AppProperty = AppProperty.STANDARD
) {