Searched refs:STACK_CLIP_NONE (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowAnimationSpec.java | 23 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_NONE; 58 this(animation, position, null /* stackBounds */, canSkipFirstFrame, STACK_CLIP_NONE, in WindowAnimationSpec() 103 if (mStackClipMode == STACK_CLIP_NONE) { in apply()
|
D | AppTransition.java | 78 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_NONE; 1818 ? STACK_CLIP_NONE in getAppStackClipMode()
|
D | WindowStateAnimator.java | 97 static final int STACK_CLIP_NONE = 2; field in WindowStateAnimator
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowAnimationSpecTest.java | 23 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_NONE; 62 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_NONE, in testApply_clipNone() 131 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_NONE, in testApply_setCornerRadius_noClip()
|
D | AppWindowTokenTests.java | 42 import static com.android.server.wm.WindowStateAnimator.STACK_CLIP_NONE; 495 assertEquals(taskBounds, mToken.getAnimationBounds(STACK_CLIP_NONE)); in testTransitionAnimationBounds()
|