Home
last modified time | relevance | path

Searched refs:onAnimationLeashDestroyed (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimator.java291 mAnimatable.onAnimationLeashDestroyed(t);
387 void onAnimationLeashDestroyed(Transaction t);
DAppWindowThumbnail.java152 public void onAnimationLeashDestroyed(Transaction t) { in onAnimationLeashDestroyed() method in AppWindowThumbnail
DDimmer.java65 public void onAnimationLeashDestroyed(SurfaceControl.Transaction t) { in onAnimationLeashDestroyed() method in Dimmer.DimAnimatable
DWindowContainer.java1183 public void onAnimationLeashDestroyed(Transaction t) { in onAnimationLeashDestroyed() method in WindowContainer
DAppWindowToken.java1858 public void onAnimationLeashDestroyed(Transaction t) { in onAnimationLeashDestroyed() method in AppWindowToken
1859 super.onAnimationLeashDestroyed(t); in onAnimationLeashDestroyed()
DWindowState.java4683 public void onAnimationLeashDestroyed(Transaction t) { in onAnimationLeashDestroyed() method in WindowState
4684 super.onAnimationLeashDestroyed(t); in onAnimationLeashDestroyed()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DSurfaceAnimatorTest.java242 public void onAnimationLeashDestroyed(Transaction t) { in onAnimationLeashDestroyed() method in SurfaceAnimatorTest.MyAnimatable