Searched refs:STACK_CLIP_NONE (Results 1 – 4 of 4) sorted by relevance
21 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_NONE;56 this(animation, position, null /* stackBounds */, canSkipFirstFrame, STACK_CLIP_NONE, in WindowAnimationSpec()102 if (mStackClipMode == STACK_CLIP_NONE) { in apply()
75 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_NONE;1749 ? STACK_CLIP_NONE in getAppStackClipMode()
97 static final int STACK_CLIP_NONE = 2; field in WindowStateAnimator
21 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_NONE;59 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_NONE, in testApply_clipNone()