void CleanupAnimation() { mRootView.RemoveView(mDrawingView); mDrawingView = null; mRootView.PostInvalidate(); mParticles.AddRange(mActiveParticles); }