public TextDelegate(LottieAnimationView animationView) { _animationView = animationView; _drawable = null; }
public TextDelegate(LottieDrawable drawable) { _drawable = drawable; _animationView = null; }
/// <summary> /// This normally needs to be able to invalidate the view/drawable but not for the test. /// </summary> internal TextDelegate() { _animationView = null; _drawable = null; }