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