Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSimpleSurfaceAnimatable.java86 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in SimpleSurfaceAnimatable
201 onAnimationLeashCreated) { in setOnAnimationLeashCreated()
H A DWindowContainerThumbnail.java184 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in WindowContainerThumbnail
H A DDimmer.java68 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in Dimmer.DimAnimatable
H A DTaskFragment.java2438 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in TaskFragment
H A DWindowContainer.java3471 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in WindowContainer
H A DWindowState.java5437 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in WindowState
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceAnimatorTest.java355 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { in onAnimationLeashCreated() method in SurfaceAnimatorTest.MyAnimatable