Searched refs:getAnimationLeash (Results 1 – 7 of 7) sorted by relevance
423 final SurfaceControl curAnimationLeash = animatable.getAnimationLeash();676 default SurfaceControl getAnimationLeash() {
381 op.mLeash = windowToken.getAnimationLeash(); in start()471 op.mLeash = token.getAnimationLeash(); in hideImmediately()
614 final SurfaceControl leash = window.getAnimationLeash(); in applyStartingWindowAnimation()
3472 public SurfaceControl getAnimationLeash() { in getAnimationLeash() method in WindowContainer
1315 assertEquals(surfaceFreezer.mLeash, container.getAnimationLeash()); in testStartChangeTransitionWhenPreviousIsNotFinished()1334 assertEquals(surfaceFreezer.mLeash, container.getAnimationLeash()); in testStartChangeTransitionWhenPreviousIsNotFinished()1335 assertNotEquals(prevLeash, container.getAnimationLeash()); in testStartChangeTransitionWhenPreviousIsNotFinished()1347 assertEquals(surfaceAnimator.mLeash, container.getAnimationLeash()); in testStartChangeTransitionWhenPreviousIsNotFinished()
1218 final SurfaceControl leash = statusBar.mToken.getAnimationLeash(); in testShellRotationOpen()
29230 PLcom/android/server/wm/WindowContainer;->getAnimationLeash()Landroid/view/SurfaceControl;