Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskOrganizerController.java142 private SurfaceControl mAnimationLeash; field in TaskOrganizerController.TaskOrganizerCallbacks.StartingWindowAnimationAdaptor
151 mAnimationLeash = animationLeash; in startAnimation()
156 if (mAnimationLeash == animationLeash) { in onAnimationCancelled()
157 mAnimationLeash = null; in onAnimationCancelled()
174 pw.print(mAnimationLeash); in dump()
198 windowAnimationLeash = adaptor.mAnimationLeash; in removeStartingWindow()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceAnimatorTest.java291 verify(mTransaction).remove(eq(deferredFinishAdapter.mAnimationLeash)); in testDeferFinishFromAdapter()
421 private SurfaceControl mAnimationLeash;
432 mAnimationLeash = animationLeash;