Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DBoundsAnimationController.java92 animationFinished(); in onAppTransitionCancelledLocked()
97 animationFinished(); in onAppTransitionFinishedLocked()
99 private void animationFinished() { in animationFinished() method in BoundsAnimationController.AppTransitionNotifier
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DScrimControllerTest.java708 boolean[] animationFinished = {false}; in finishAnimationsImmediately()
709 setOnAnimationFinished(()-> animationFinished[0] = true); in finishAnimationsImmediately()
717 if (!animationFinished[0]) { in finishAnimationsImmediately()