Searched refs:getAnimationBounds (Results 1 – 2 of 2) sorted by relevance
495 assertEquals(taskBounds, mToken.getAnimationBounds(STACK_CLIP_NONE)); in testTransitionAnimationBounds()500 assertEquals(taskBounds, mToken.getAnimationBounds(STACK_CLIP_AFTER_ANIM)); in testTransitionAnimationBounds()504 assertEquals(stackBounds, mToken.getAnimationBounds(STACK_CLIP_BEFORE_ANIM)); in testTransitionAnimationBounds()
2532 Rect getAnimationBounds(int appStackClipMode) { in getAnimationBounds() method in AppWindowToken2566 mTmpRect.set(getAnimationBounds(appStackClipMode)); in applyAnimationLocked()