Home
last modified time | relevance | path

Searched refs:mNeedsAnimationBoundsLayer (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenAnimationTests.java71 mActivity.mNeedsAnimationBoundsLayer = true; in clipAfterAnim_boundsLayerIsCreated()
83 mActivity.mNeedsAnimationBoundsLayer = true; in clipAfterAnim_boundsLayerZBoosted()
94 mActivity.mNeedsAnimationBoundsLayer = true; in clipAfterAnim_boundsLayerIsDestroyed()
109 assertThat(mActivity.mNeedsAnimationBoundsLayer).isFalse(); in clipAfterAnim_boundsLayerIsDestroyed()
114 mActivity.mNeedsAnimationBoundsLayer = true; in clipAfterAnimCancelled_boundsLayerIsDestroyed()
123 assertThat(mActivity.mNeedsAnimationBoundsLayer).isFalse(); in clipAfterAnimCancelled_boundsLayerIsDestroyed()
128 mActivity.mNeedsAnimationBoundsLayer = false; in clipNoneAnim_boundsLayerIsNotCreated()
DTaskDisplayAreaTests.java98 activity.mNeedsAnimationBoundsLayer = true; in testActivityWithZBoost_taskDisplayAreaDoesNotMoveUp()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java268 boolean mNeedsAnimationBoundsLayer; field in WindowContainer
2263 mNeedsAnimationBoundsLayer = (appStackClipMode == STACK_CLIP_AFTER_ANIM); in getAnimationAdapter()
DActivityRecord.java5988 if (mNeedsAnimationBoundsLayer) { in onLeashAnimationStarting()
6129 mNeedsAnimationBoundsLayer = false; in onAnimationFinished()