Searched refs:surfaceAnimator (Results 1 – 3 of 3) sorted by relevance
1244 spyOn(surfaceAnimator); in testAssignRelativeLayer()1251 clearInvocations(surfaceAnimator); in testAssignRelativeLayer()1269 spyOn(surfaceAnimator); in testAssignAnimationLayer()1276 verify(surfaceAnimator).setLayer(t, 1); in testAssignAnimationLayer()1281 clearInvocations(surfaceAnimator); in testAssignAnimationLayer()1304 spyOn(surfaceAnimator); in testStartChangeTransitionWhenPreviousIsNotFinished()1323 assertNotNull(surfaceAnimator.mLeash); in testStartChangeTransitionWhenPreviousIsNotFinished()1324 assertNotNull(surfaceAnimator.mSnapshot); in testStartChangeTransitionWhenPreviousIsNotFinished()1344 assertNotNull(surfaceAnimator.mLeash); in testStartChangeTransitionWhenPreviousIsNotFinished()1355 assertNull(surfaceAnimator.mLeash); in testStartChangeTransitionWhenPreviousIsNotFinished()[all …]
128 public void startAnimation(SurfaceAnimator surfaceAnimator, SurfaceControl.Transaction t, in startAnimation() argument130 surfaceAnimator.mStaticAnimationFinishedCallback.onAnimationFinished(type, anim); in startAnimation()
168 void startAnimation(SurfaceAnimator surfaceAnimator, SurfaceControl.Transaction t, in startAnimation() argument