Searched refs:getRepeatCount (Results 1 – 10 of 10) sorted by relevance
100 if (getRepeatCount() != INFINITE && repeatCount >= getRepeatCount()) { in doFrame()
411 if (systemAnimationsEnabled || getRepeatCount() == 0) { in playAnimation()442 if (systemAnimationsEnabled || getRepeatCount() == 0) {804 public int getRepeatCount() {805 return animator.getRepeatCount();810 return animator.getRepeatCount() == ValueAnimator.INFINITE;
256 ss.repeatCount = lottieDrawable.getRepeatCount(); in onSaveInstanceState()748 public int getRepeatCount() { in getRepeatCount() method in LottieAnimationView749 return lottieDrawable.getRepeatCount(); in getRepeatCount()
45 assertThat(animator.getRepeatCount()).isEqualTo(1); in test_WithInfiniteRepeatCount_CountIsSetToOne()
253 public int getRepeatCount() { in getRepeatCount() method in BaseTween
241 …if (obj.getRepeatCount() < 0) throw new RuntimeException("You can't push an object with infinite r… in build()
235 if (hardKeyboard && !hardKeyboardHidden && event.getRepeatCount() == 0) { in onKey()
480 … !(animation.getRepeatCount() == Animation.INFINITE && elapsedTime >= animation.getDuration())) { in run()
543 return !animationFinishListeners.isEmpty() && lottieAnimationView.getRepeatCount() == 0; in isFinishing()
1132 } else if (event.getRepeatCount() == 0) { in dispatchMediaKeyEvent()