Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimationController.java499 void removeAnimation(TaskAnimationAdapter taskAdapter) { in removeAnimation() method in RecentsAnimationController
723 removeAnimation(target); in removeTaskInternal()
744 removeAnimation(taskAdapter); in createAppAnimations()
932 removeAnimation(taskAdapter);
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java262 verify(mController, times(2)).removeAnimation(any()); in testFinish_expectTargetAndWallpaperAdaptersRemoved()