Home
last modified time | relevance | path

Searched refs:STACK_CLIP_NONE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java21 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()
DAppTransition.java75 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_NONE;
1749 ? STACK_CLIP_NONE in getAppStackClipMode()
DWindowStateAnimator.java97 static final int STACK_CLIP_NONE = 2; field in WindowStateAnimator
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowAnimationSpecTest.java21 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_NONE;
59 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_NONE, in testApply_clipNone()