Merge "Reduce the size increase for the ExpandPipOnPinchOpenTest" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e6791adabd
@@ -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