Searched refs:onAnimationLeashCreated (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimator.java | 119 mAnimatable.onAnimationLeashCreated(t, mLeash); 233 mAnimatable.onAnimationLeashCreated(t, mLeash); 379 void onAnimationLeashCreated(Transaction t, SurfaceControl leash);
|
D | AppWindowThumbnail.java | 147 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in AppWindowThumbnail
|
D | Dimmer.java | 61 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in Dimmer.DimAnimatable
|
D | WindowContainer.java | 1177 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in WindowContainer
|
D | AppWindowToken.java | 1887 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in AppWindowToken
|
D | WindowState.java | 4674 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/ |
D | SurfaceAnimatorTest.java | 238 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in SurfaceAnimatorTest.MyAnimatable
|