Searched refs:onAnimationLeashCreated (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SimpleSurfaceAnimatable.java | 86 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in SimpleSurfaceAnimatable 201 onAnimationLeashCreated) { in setOnAnimationLeashCreated() argument 202 mOnAnimationLeashCreated = onAnimationLeashCreated; in setOnAnimationLeashCreated()
|
D | SurfaceAnimator.java | 188 mAnimatable.onAnimationLeashCreated(t, mLeash); 335 mAnimatable.onAnimationLeashCreated(t, mLeash); 654 void onAnimationLeashCreated(Transaction t, SurfaceControl leash);
|
D | WindowContainerThumbnail.java | 184 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in WindowContainerThumbnail
|
D | SurfaceFreezer.java | 89 mAnimatable.onAnimationLeashCreated(t, mLeash); in freeze()
|
D | LegacyDimmer.java | 68 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in LegacyDimmer.DimAnimatable
|
D | TaskFragment.java | 2630 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in TaskFragment 2631 super.onAnimationLeashCreated(t, leash); in onAnimationLeashCreated()
|
D | WindowState.java | 5507 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in WindowState 5508 super.onAnimationLeashCreated(t, leash); in onAnimationLeashCreated()
|
D | WindowContainer.java | 3452 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in WindowContainer
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SurfaceAnimatorTest.java | 355 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in SurfaceAnimatorTest.MyAnimatable
|
D | DisplayContentTests.java | 1660 mWallpaperWindow.mToken.onAnimationLeashCreated(t, null /* leash */); in testApplyTopFixedRotationTransform()
|
/frameworks/base/services/ |
D | art-wear-profile | 29315 PLcom/android/server/wm/WindowContainer;->onAnimationLeashCreated(Landroid/view/SurfaceControl$Tran… 29954 PLcom/android/server/wm/WindowState;->onAnimationLeashCreated(Landroid/view/SurfaceControl$Transact…
|