Home
last modified time | relevance | path

Searched refs:onAnimationLeashLost (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimator.java310 mAnimatable.onAnimationLeashLost(t);
406 void onAnimationLeashLost(Transaction t);
DTaskScreenshotAnimatable.java94 public void onAnimationLeashLost(SurfaceControl.Transaction t) { in onAnimationLeashLost() method in TaskScreenshotAnimatable
DAppWindowThumbnail.java198 public void onAnimationLeashLost(Transaction t) { in onAnimationLeashLost() method in AppWindowThumbnail
DDimmer.java65 public void onAnimationLeashLost(SurfaceControl.Transaction t) { in onAnimationLeashLost() method in Dimmer.DimAnimatable
DAppWindowToken.java2715 public void onAnimationLeashLost(Transaction t) { in onAnimationLeashLost() method in AppWindowToken
2716 super.onAnimationLeashLost(t); in onAnimationLeashLost()
2904 onAnimationLeashLost(t); in clearChangeLeash()
DWindowContainer.java1323 public void onAnimationLeashLost(Transaction t) { in onAnimationLeashLost() method in WindowContainer
DWindowState.java4992 public void onAnimationLeashLost(Transaction t) { in onAnimationLeashLost() method in WindowState
4993 super.onAnimationLeashLost(t); in onAnimationLeashLost()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceAnimatorTest.java193 verify(mAnimatable).onAnimationLeashLost(mTransaction); in testOnAnimationLeashLostWhenAnimatableParentSurfaceControlNull()
291 public void onAnimationLeashLost(Transaction t) { in onAnimationLeashLost() method in SurfaceAnimatorTest.MyAnimatable
DRecentsAnimationControllerTest.java196 verify(mController.mRecentScreenshotAnimator.mAnimatable).onAnimationLeashLost(any()); in testDeferCancelAnimationWithScreenShot()