Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowAnimationSpecTest.java20 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_BEFORE_ANIM;
95 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_clipBeforeNoAnimationBounds()
109 null, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_clipBeforeNoStackBounds()
121 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_clipBeforeSmallerAnimationClip()
134 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_clipBeforeSmallerStackClip()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java74 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_BEFORE_ANIM;
1744 return STACK_CLIP_BEFORE_ANIM; in getAppStackClipMode()
DWindowStateAnimator.java91 static final int STACK_CLIP_BEFORE_ANIM = 1; field in WindowStateAnimator