Searched refs:STACK_CLIP_BEFORE_ANIM (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowAnimationSpecTest.java | 22 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()
|
D | AppWindowTokenTests.java | 41 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/ |
D | AppTransition.java | 79 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_BEFORE_ANIM; 1817 return STACK_CLIP_BEFORE_ANIM; in getAppStackClipMode()
|
D | WindowStateAnimator.java | 91 static final int STACK_CLIP_BEFORE_ANIM = 1; field in WindowStateAnimator
|
D | AppWindowToken.java | 84 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_BEFORE_ANIM; 2533 if (appStackClipMode == STACK_CLIP_BEFORE_ANIM && getStack() != null) { in getAnimationBounds()
|