Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimator.java119 mAnimatable.onAnimationLeashCreated(t, mLeash);
233 mAnimatable.onAnimationLeashCreated(t, mLeash);
379 void onAnimationLeashCreated(Transaction t, SurfaceControl leash);
DAppWindowThumbnail.java147 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in AppWindowThumbnail
DDimmer.java61 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in Dimmer.DimAnimatable
DWindowContainer.java1177 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in WindowContainer
DAppWindowToken.java1887 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in AppWindowToken
DWindowState.java4674 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in WindowState
4675 super.onAnimationLeashCreated(t, leash); in onAnimationLeashCreated()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DSurfaceAnimatorTest.java238 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in SurfaceAnimatorTest.MyAnimatable