Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSimpleSurfaceAnimatable.java94 public void onAnimationLeashLost(SurfaceControl.Transaction t) { in onAnimationLeashLost() method in SimpleSurfaceAnimatable
214 @Nullable Consumer<SurfaceControl.Transaction> onAnimationLeashLost) { in setOnAnimationLeashLost()
215 mOnAnimationLeashLost = onAnimationLeashLost; in setOnAnimationLeashLost()
H A DSurfaceAnimator.java449 animatable.onAnimationLeashLost(t);
668 void onAnimationLeashLost(Transaction t);
H A DWindowContainerThumbnail.java189 public void onAnimationLeashLost(Transaction t) { in onAnimationLeashLost() method in WindowContainerThumbnail
H A DDimmer.java72 public void onAnimationLeashLost(SurfaceControl.Transaction t) { in onAnimationLeashLost() method in Dimmer.DimAnimatable
H A DSurfaceAnimationRunner.java537 protected void onAnimationLeashLost(SurfaceControl animationLeash, in onAnimationLeashLost() method in SurfaceAnimationRunner
H A DTaskFragment.java2455 public void onAnimationLeashLost(SurfaceControl.Transaction t) { in onAnimationLeashLost() method in TaskFragment
2456 super.onAnimationLeashLost(t); in onAnimationLeashLost()
H A DWindowContainer.java3481 public void onAnimationLeashLost(Transaction t) { in onAnimationLeashLost() method in WindowContainer
3483 mWmService.mSurfaceAnimationRunner.onAnimationLeashLost(mAnimationLeash, t); in onAnimationLeashLost()
H A DActivityRecord.java7727 public void onAnimationLeashLost(Transaction t) { in onAnimationLeashLost() method in ActivityRecord
7728 super.onAnimationLeashLost(t); in onAnimationLeashLost()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppWindowTokenAnimationTests.java93 mActivity.onAnimationLeashLost(mTransaction); in clipAfterAnim_boundsLayerZBoosted()
H A DSurfaceAnimatorTest.java232 verify(mAnimatable).onAnimationLeashLost(mTransaction); in testOnAnimationLeashLostWhenAnimatableParentSurfaceControlNull()
359 public void onAnimationLeashLost(Transaction t) { in onAnimationLeashLost() method in SurfaceAnimatorTest.MyAnimatable
H A DWindowContainerTests.java1342 verify(container, never()).onAnimationLeashLost(any()); in testStartChangeTransitionWhenPreviousIsNotFinished()
1354 verify(container).onAnimationLeashLost(any()); in testStartChangeTransitionWhenPreviousIsNotFinished()
/aosp14/frameworks/base/services/
H A Dart-profile11338 HPLcom/android/server/wm/SurfaceAnimationRunner;->onAnimationLeashLost(Landroid/view/SurfaceControl…
11821 HPLcom/android/server/wm/WindowContainer;->onAnimationLeashLost(Landroid/view/SurfaceControl$Transa…