Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java3073 assertEquals(task.getBounds(), activity.getAnimationBounds(ROOT_TASK_CLIP_NONE)); in testTransitionAnimationBounds()
3078 assertEquals(task.getBounds(), activity.getAnimationBounds(ROOT_TASK_CLIP_AFTER_ANIM)); in testTransitionAnimationBounds()
3089 assertEquals(taskBounds, activity.getAnimationBounds(ROOT_TASK_CLIP_AFTER_ANIM)); in testTransitionAnimationBounds()
3113 assertEquals(taskFragment.getBounds(), activity.getAnimationBounds(ROOT_TASK_CLIP_NONE)); in testTransitionAnimationBounds_returnTaskFragment()
3119 activity.getAnimationBounds(ROOT_TASK_CLIP_AFTER_ANIM)); in testTransitionAnimationBounds_returnTaskFragment()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java3068 Rect getAnimationBounds(int appRootTaskClipMode) { in getAnimationBounds() method in WindowContainer
3139 final Rect screenBounds = getAnimationBounds(appRootTaskClipMode); in getAnimationAdapter()
H A DActivityRecord.java9129 Rect getAnimationBounds(int appRootTaskClipMode) {