Home
last modified time | relevance | path

Searched refs:animationRunner (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
DBackAnimationControllerTest.java606 final BackAnimationRunner animationRunner = spy(animation); in verifySystemBackBehavior() local
607 final IRemoteAnimationRunner runner = spy(animationRunner.getRunner()); in verifySystemBackBehavior()
608 final IOnBackInvokedCallback callback = spy(animationRunner.getCallback()); in verifySystemBackBehavior()
612 doReturn(false).when(animationRunner).shouldMonitorCUJ(any()); in verifySystemBackBehavior()
613 doReturn(runner).when(animationRunner).getRunner(); in verifySystemBackBehavior()
614 doReturn(callback).when(animationRunner).getCallback(); in verifySystemBackBehavior()
616 mController.registerAnimation(type, animationRunner); in verifySystemBackBehavior()
628 verify(animationRunner).startAnimation(any(), any(), any(), any()); in verifySystemBackBehavior()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
DMediaProjectionRecentsViewController.kt204 val animationRunner = RemoteRecentSplitTaskTransitionRunner(taskId, task2Id, in <lambda>() constant
206 val remoteTransition = RemoteTransition(animationRunner, in <lambda>()