Searched refs:STACK_CLIP_BEFORE_ANIM (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | WindowAnimationSpecTest.java | 20 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/ |
D | AppTransition.java | 74 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_BEFORE_ANIM; 1744 return STACK_CLIP_BEFORE_ANIM; in getAppStackClipMode()
|
D | WindowStateAnimator.java | 91 static final int STACK_CLIP_BEFORE_ANIM = 1; field in WindowStateAnimator
|