Home
last modified time | relevance | path

Searched refs:STACK_CLIP_AFTER_ANIM (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowAnimationSpecTest.java21 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_AFTER_ANIM;
72 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_AFTER_ANIM, in testApply_clipAfter()
84 STACK_CLIP_AFTER_ANIM, true /* isAppAnimation */, 0 /* windowCornerRadius */); in testApply_clipAfterOffsetPosition()
DAppWindowTokenTests.java40 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_AFTER_ANIM;
500 assertEquals(taskBounds, mToken.getAnimationBounds(STACK_CLIP_AFTER_ANIM)); in testTransitionAnimationBounds()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java22 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_AFTER_ANIM;
DAppTransition.java76 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_AFTER_ANIM;
1819 : STACK_CLIP_AFTER_ANIM; in getAppStackClipMode()
DWindowStateAnimator.java85 static final int STACK_CLIP_AFTER_ANIM = 0; field in WindowStateAnimator
DAppWindowToken.java83 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_AFTER_ANIM;
2584 mNeedsAnimationBoundsLayer = (appStackClipMode == STACK_CLIP_AFTER_ANIM); in applyAnimationLocked()