Searched refs:ROOT_TASK_CLIP_AFTER_ANIM (Results 1 – 5 of 5) sorted by relevance
21 import static com.android.server.wm.WindowStateAnimator.ROOT_TASK_CLIP_AFTER_ANIM;72 mStackBounds, false /* canSkipFirstFrame */, ROOT_TASK_CLIP_AFTER_ANIM, in testApply_clipAfter()84 ROOT_TASK_CLIP_AFTER_ANIM, true /* isAppAnimation */, 0 /* windowCornerRadius */); in testApply_clipAfterOffsetPosition()
87 import static com.android.server.wm.WindowStateAnimator.ROOT_TASK_CLIP_AFTER_ANIM;2804 assertEquals(task.getBounds(), activity.getAnimationBounds(ROOT_TASK_CLIP_AFTER_ANIM)); in testTransitionAnimationBounds()2815 assertEquals(taskBounds, activity.getAnimationBounds(ROOT_TASK_CLIP_AFTER_ANIM)); in testTransitionAnimationBounds()2846 activity.getAnimationBounds(ROOT_TASK_CLIP_AFTER_ANIM)); in testTransitionAnimationBounds_returnTaskFragment()
94 import static com.android.server.wm.WindowStateAnimator.ROOT_TASK_CLIP_AFTER_ANIM;1051 : ROOT_TASK_CLIP_AFTER_ANIM; in getAppRootTaskClipMode()
80 static final int ROOT_TASK_CLIP_AFTER_ANIM = 0; field in WindowStateAnimator
63 import static com.android.server.wm.WindowStateAnimator.ROOT_TASK_CLIP_AFTER_ANIM;2789 mNeedsAnimationBoundsLayer = (appRootTaskClipMode == ROOT_TASK_CLIP_AFTER_ANIM); in getAnimationAdapter()