Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppWindowTokenAnimationTests.java66 mActivity.mNeedsAnimationBoundsLayer = true; in clipAfterAnim_boundsLayerIsCreated()
84 mActivity.mNeedsAnimationBoundsLayer = true; in clipAfterAnim_boundsLayerZBoosted()
95 mActivity.mNeedsAnimationBoundsLayer = true; in clipAfterAnim_boundsLayerIsDestroyed()
110 assertThat(mActivity.mNeedsAnimationBoundsLayer).isFalse(); in clipAfterAnim_boundsLayerIsDestroyed()
115 mActivity.mNeedsAnimationBoundsLayer = true; in clipAfterAnimCancelled_boundsLayerIsDestroyed()
124 assertThat(mActivity.mNeedsAnimationBoundsLayer).isFalse(); in clipAfterAnimCancelled_boundsLayerIsDestroyed()
129 mActivity.mNeedsAnimationBoundsLayer = false; in clipNoneAnim_boundsLayerIsNotCreated()
H A DTaskDisplayAreaTests.java194 activity.mNeedsAnimationBoundsLayer = true; in testActivityWithZBoost_taskDisplayAreaDoesNotMoveUp()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java267 boolean mNeedsAnimationBoundsLayer; field in WindowContainer
2789 mNeedsAnimationBoundsLayer = (appRootTaskClipMode == ROOT_TASK_CLIP_AFTER_ANIM); in getAnimationAdapter()
H A DActivityRecord.java6890 if (mNeedsAnimationBoundsLayer) { in onLeashAnimationStarting()
7032 mNeedsAnimationBoundsLayer = false; in onAnimationFinished()