fix(#Magnification): fix WindowMagnificationAnimationControllerTest test case...
fix(#Magnification): fix WindowMagnificationAnimationControllerTest test case fails on cf_x86_64 devices On cf_x86_64 devices, smaller animation duration might cause the mainthread loading too intense, therefore the Instrumentation.runOnMainSync would take too much time dispatching task to mainthread. This would make the ValueAnimator does not work as expected. Therefore, we increase the animation duration to decrease the dispatching time. Bug: 288926821 Test: atest WindowMagnificationAnimationControllerTest on aosp_cf_x86_64_phone Change-Id: Id357688d7212f6fa365882ce9c6cdd52a0efd6f9 Merged-In: If0ea2df64f58b9032d629446da74c15b6e691db5
Loading
Please register or sign in to comment