Searched refs:mAnimationBoundsLayer (Results 1 – 2 of 2) sorted by relevance
77 eq(mToken.mAnimationBoundsLayer)); in clipAfterAnim_boundsLayerIsCreated()86 verify(mTransaction).setLayer(eq(mToken.mAnimationBoundsLayer), in clipAfterAnim_boundsLayerZBoosted()96 final SurfaceControl animationBoundsLayer = mToken.mAnimationBoundsLayer; in clipAfterAnim_boundsLayerIsDestroyed()113 final SurfaceControl animationBoundsLayer = mToken.mAnimationBoundsLayer; in clipAfterAnimCancelled_boundsLayerIsDestroyed()129 assertThat(mToken.mAnimationBoundsLayer).isNull(); in clipNoneAnim_boundsLayerIsNotCreated()
316 SurfaceControl mAnimationBoundsLayer; field in AppWindowToken2717 if (mAnimationBoundsLayer != null) { in onAnimationLeashLost()2718 t.remove(mAnimationBoundsLayer); in onAnimationLeashLost()2719 mAnimationBoundsLayer = null; in onAnimationLeashLost()2800 mAnimationBoundsLayer = createAnimationBoundsLayer(t); in onAnimationLeashCreated()2803 t.setWindowCrop(mAnimationBoundsLayer, mTmpRect); in onAnimationLeashCreated()2804 t.setLayer(mAnimationBoundsLayer, layer); in onAnimationLeashCreated()2807 t.reparent(leash, mAnimationBoundsLayer); in onAnimationLeashCreated()