Searched refs:STACK_CLIP_AFTER_ANIM (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_AFTER_ANIM;69 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_AFTER_ANIM, in testApply_clipAfter()82 STACK_CLIP_AFTER_ANIM, in testApply_clipAfterOffsetPosition()
20 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_AFTER_ANIM;104 } else if (mStackClipMode == STACK_CLIP_AFTER_ANIM) { in apply()
73 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_AFTER_ANIM;1750 : STACK_CLIP_AFTER_ANIM; in getAppStackClipMode()
85 static final int STACK_CLIP_AFTER_ANIM = 0; field in WindowStateAnimator