Searched refs:mNeedsAnimationBoundsLayer (Results 1 – 2 of 2) sorted by relevance
71 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()
319 boolean mNeedsAnimationBoundsLayer; field in AppWindowToken2600 mNeedsAnimationBoundsLayer = (appStackClipMode == STACK_CLIP_AFTER_ANIM); in applyAnimationLocked()2765 if (!mNeedsAnimationBoundsLayer) { in onAnimationLeashCreated()2786 if (mNeedsAnimationBoundsLayer) { in onAnimationLeashCreated()2829 mNeedsAnimationBoundsLayer = false; in onAnimationFinished()