Searched refs:onAnimationLeashCreated (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimator.java | 125 mAnimatable.onAnimationLeashCreated(t, mLeash); 239 mAnimatable.onAnimationLeashCreated(t, mLeash); 398 void onAnimationLeashCreated(Transaction t, SurfaceControl leash);
|
D | TaskScreenshotAnimatable.java | 89 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in TaskScreenshotAnimatable
|
D | AppWindowThumbnail.java | 190 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 | 1317 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in WindowContainer
|
D | AppWindowToken.java | 1767 onAnimationLeashCreated(t, mTransitChangeLeash); in initializeChangeTransition() 2749 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in AppWindowToken
|
D | WindowState.java | 4983 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in WindowState 4984 super.onAnimationLeashCreated(t, leash); in onAnimationLeashCreated()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SurfaceAnimatorTest.java | 287 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in SurfaceAnimatorTest.MyAnimatable
|
/frameworks/base/services/ |
D | art-profile | 15631 PLcom/android/server/wm/AppWindowToken;->onAnimationLeashCreated(Landroid/view/SurfaceControl$Trans… 15784 HSPLcom/android/server/wm/Dimmer$DimAnimatable;->onAnimationLeashCreated(Landroid/view/SurfaceContr… 17270 PLcom/android/server/wm/WindowContainer;->onAnimationLeashCreated(Landroid/view/SurfaceControl$Tran… 17805 HSPLcom/android/server/wm/WindowState;->onAnimationLeashCreated(Landroid/view/SurfaceControl$Transa…
|