Merge "Reduce the size increase for the ExpandPipOnPinchOpenTest" into udc-dev am: e6791adabd
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22400674 Change-Id: I02cb4b295363a12ff9fc1e60c572a724e8f5bd13 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -36,7 +36,7 @@ import org.junit.runners.Parameterized
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
open class ExpandPipOnPinchOpenTest(flicker: FlickerTest) : PipTransition(flicker) {
|
||||
override val transition: FlickerBuilder.() -> Unit
|
||||
get() = buildTransition { transitions { pipApp.pinchOpenPipWindow(wmHelper, 0.4f, 30) } }
|
||||
get() = buildTransition { transitions { pipApp.pinchOpenPipWindow(wmHelper, 0.25f, 30) } }
|
||||
|
||||
/** Checks that the visible region area of [pipApp] always increases during the animation. */
|
||||
@Presubmit
|
||||
|
||||
Reference in New Issue
Block a user