Searched refs:animatedVectorDrawable (Results 1 – 1 of 1) sorted by relevance
44 public RepeatingVectorAnimation(AnimatedVectorDrawable animatedVectorDrawable) { in RepeatingVectorAnimation() argument45 this(animatedVectorDrawable, /* shouldLoop */ true); in RepeatingVectorAnimation()48 public RepeatingVectorAnimation(AnimatedVectorDrawable animatedVectorDrawable, in RepeatingVectorAnimation() argument50 mAnimatedVectorDrawable = checkNotNull(animatedVectorDrawable); in RepeatingVectorAnimation()