Home
last modified time | relevance | path

Searched refs:getAnimationLeash (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimator.java422 final SurfaceControl curAnimationLeash = animatable.getAnimationLeash();
674 default SurfaceControl getAnimationLeash() {
H A DAsyncRotationController.java359 op.mLeash = windowToken.getAnimationLeash(); in start()
428 op.mLeash = token.getAnimationLeash(); in hideImmediately()
H A DWindowContainer.java3491 public SurfaceControl getAnimationLeash() { in getAnimationLeash() method in WindowContainer
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContainerTests.java1314 assertEquals(surfaceFreezer.mLeash, container.getAnimationLeash()); in testStartChangeTransitionWhenPreviousIsNotFinished()
1333 assertEquals(surfaceFreezer.mLeash, container.getAnimationLeash()); in testStartChangeTransitionWhenPreviousIsNotFinished()
1334 assertNotEquals(prevLeash, container.getAnimationLeash()); in testStartChangeTransitionWhenPreviousIsNotFinished()
1346 assertEquals(surfaceAnimator.mLeash, container.getAnimationLeash()); in testStartChangeTransitionWhenPreviousIsNotFinished()
H A DTransitionTests.java1162 final SurfaceControl leash = statusBar.mToken.getAnimationLeash(); in testShellRotationOpen()