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;74 mStackBounds, false /* canSkipFirstFrame */, ROOT_TASK_CLIP_AFTER_ANIM, in testApply_clipAfter()86 ROOT_TASK_CLIP_AFTER_ANIM, true /* isAppAnimation */, 0 /* windowCornerRadius */); in testApply_clipAfterOffsetPosition()
102 import static com.android.server.wm.WindowStateAnimator.ROOT_TASK_CLIP_AFTER_ANIM;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()3119 activity.getAnimationBounds(ROOT_TASK_CLIP_AFTER_ANIM)); in testTransitionAnimationBounds_returnTaskFragment()
80 static final int ROOT_TASK_CLIP_AFTER_ANIM = 0; field in WindowStateAnimator
100 import static com.android.server.wm.WindowStateAnimator.ROOT_TASK_CLIP_AFTER_ANIM;961 : ROOT_TASK_CLIP_AFTER_ANIM; in getAppRootTaskClipMode()
68 import static com.android.server.wm.WindowStateAnimator.ROOT_TASK_CLIP_AFTER_ANIM;3222 mNeedsAnimationBoundsLayer = (appRootTaskClipMode == ROOT_TASK_CLIP_AFTER_ANIM); in getAnimationAdapter()