Searched refs:getAnimationLeash (Results 1 – 5 of 5) sorted by relevance
422 final SurfaceControl curAnimationLeash = animatable.getAnimationLeash();674 default SurfaceControl getAnimationLeash() {
359 op.mLeash = windowToken.getAnimationLeash(); in start()428 op.mLeash = token.getAnimationLeash(); in hideImmediately()
3491 public SurfaceControl getAnimationLeash() { in getAnimationLeash() method in WindowContainer
1314 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()
1162 final SurfaceControl leash = statusBar.mToken.getAnimationLeash(); in testShellRotationOpen()