Home
last modified time | relevance | path

Searched refs:animatable (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSurfaceAnimatorTest.java243 private void assertAnimating(MyAnimatable animatable) { in assertAnimating() argument
244 assertTrue(animatable.mSurfaceAnimator.isAnimating()); in assertAnimating()
245 assertNotNull(animatable.mSurfaceAnimator.getAnimation()); in assertAnimating()
248 private void assertNotAnimating(MyAnimatable animatable) { in assertNotAnimating() argument
249 assertFalse(animatable.mSurfaceAnimator.isAnimating()); in assertNotAnimating()
250 assertNull(animatable.mSurfaceAnimator.getAnimation()); in assertNotAnimating()
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimator.java64 SurfaceAnimator(Animatable animatable, @Nullable Runnable animationFinishedCallback, in SurfaceAnimator() argument
66 mAnimatable = animatable; in SurfaceAnimator()
DRecentsAnimationController.java549 final TaskScreenshotAnimatable animatable = TaskScreenshotAnimatable.create(task); in screenshotRecentTask() local
550 if (animatable != null) { in screenshotRecentTask()
552 animatable, in screenshotRecentTask()