Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowAnimationSpecTest.java22 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_BEFORE_ANIM;
94 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_clipBeforeNoAnimationBounds()
108 null, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_clipBeforeNoStackBounds()
118 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_setCornerRadius()
144 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_clipBeforeSmallerAnimationClip()
157 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_clipBeforeSmallerStackClip()
DAppWindowTokenTests.java41 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_BEFORE_ANIM;
504 assertEquals(stackBounds, mToken.getAnimationBounds(STACK_CLIP_BEFORE_ANIM)); in testTransitionAnimationBounds()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java79 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_BEFORE_ANIM;
1817 return STACK_CLIP_BEFORE_ANIM; in getAppStackClipMode()
DWindowStateAnimator.java91 static final int STACK_CLIP_BEFORE_ANIM = 1; field in WindowStateAnimator
DAppWindowToken.java84 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_BEFORE_ANIM;
2533 if (appStackClipMode == STACK_CLIP_BEFORE_ANIM && getStack() != null) { in getAnimationBounds()