Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenAnimationTests.java71 mToken.mNeedsAnimationBoundsLayer = true; in clipAfterAnim_boundsLayerIsCreated()
82 mToken.mNeedsAnimationBoundsLayer = true; in clipAfterAnim_boundsLayerZBoosted()
93 mToken.mNeedsAnimationBoundsLayer = true; in clipAfterAnim_boundsLayerIsDestroyed()
105 assertThat(mToken.mNeedsAnimationBoundsLayer).isFalse(); in clipAfterAnim_boundsLayerIsDestroyed()
110 mToken.mNeedsAnimationBoundsLayer = true; in clipAfterAnimCancelled_boundsLayerIsDestroyed()
118 assertThat(mToken.mNeedsAnimationBoundsLayer).isFalse(); in clipAfterAnimCancelled_boundsLayerIsDestroyed()
124 mToken.mNeedsAnimationBoundsLayer = false; in clipNoneAnim_boundsLayerIsNotCreated()
/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java319 boolean mNeedsAnimationBoundsLayer; field in AppWindowToken
2600 mNeedsAnimationBoundsLayer = (appStackClipMode == STACK_CLIP_AFTER_ANIM); in applyAnimationLocked()
2765 if (!mNeedsAnimationBoundsLayer) { in onAnimationLeashCreated()
2786 if (mNeedsAnimationBoundsLayer) { in onAnimationLeashCreated()
2829 mNeedsAnimationBoundsLayer = false; in onAnimationFinished()