Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java23 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_NONE;
58 this(animation, position, null /* stackBounds */, canSkipFirstFrame, STACK_CLIP_NONE, in WindowAnimationSpec()
103 if (mStackClipMode == STACK_CLIP_NONE) { in apply()
DAppTransition.java78 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_NONE;
1818 ? STACK_CLIP_NONE in getAppStackClipMode()
DWindowStateAnimator.java97 static final int STACK_CLIP_NONE = 2; field in WindowStateAnimator
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowAnimationSpecTest.java23 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_NONE;
62 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_NONE, in testApply_clipNone()
131 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_NONE, in testApply_setCornerRadius_noClip()
DAppWindowTokenTests.java42 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_NONE;
495 assertEquals(taskBounds, mToken.getAnimationBounds(STACK_CLIP_NONE)); in testTransitionAnimationBounds()