Home
last modified time | relevance | path

Searched refs:mAnimationLeash (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceAnimatorTest.java291 verify(mTransaction).remove(eq(deferredFinishAdapter.mAnimationLeash)); in testDeferFinishFromAdapter()
426 private SurfaceControl mAnimationLeash;
437 mAnimationLeash = animationLeash;
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java220 private SurfaceControl mAnimationLeash; field in WindowContainer
3454 mAnimationLeash = leash; in onAnimationLeashCreated()
3464 mWmService.mSurfaceAnimationRunner.onAnimationLeashLost(mAnimationLeash, t); in onAnimationLeashLost()
3465 mAnimationLeash = null; in onAnimationLeashLost()
3473 return mAnimationLeash; in getAnimationLeash()