Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimator.java423 final SurfaceControl curAnimationLeash = animatable.getAnimationLeash();
676 default SurfaceControl getAnimationLeash() {
DAsyncRotationController.java381 op.mLeash = windowToken.getAnimationLeash(); in start()
471 op.mLeash = token.getAnimationLeash(); in hideImmediately()
DTaskOrganizerController.java614 final SurfaceControl leash = window.getAnimationLeash(); in applyStartingWindowAnimation()
DWindowContainer.java3472 public SurfaceControl getAnimationLeash() { in getAnimationLeash() method in WindowContainer
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java1315 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()
DTransitionTests.java1218 final SurfaceControl leash = statusBar.mToken.getAnimationLeash(); in testShellRotationOpen()
/frameworks/base/services/
Dart-wear-profile29230 PLcom/android/server/wm/WindowContainer;->getAnimationLeash()Landroid/view/SurfaceControl;