Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenTests.java495 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()
/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java2532 Rect getAnimationBounds(int appStackClipMode) { in getAnimationBounds() method in AppWindowToken
2566 mTmpRect.set(getAnimationBounds(appStackClipMode)); in applyAnimationLocked()