Home
last modified time | relevance | path

Searched refs:getRepeatCount (Results 1 – 10 of 10) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DLottieValueAnimator.java100 if (getRepeatCount() != INFINITE && repeatCount >= getRepeatCount()) { in doFrame()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieDrawable.java411 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;
DLottieAnimationView.java256 ss.repeatCount = lottieDrawable.getRepeatCount(); in onSaveInstanceState()
748 public int getRepeatCount() { in getRepeatCount() method in LottieAnimationView
749 return lottieDrawable.getRepeatCount(); in getRepeatCount()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowValueAnimatorTest.java45 assertThat(animator.getRepeatCount()).isEqualTo(1); in test_WithInfiniteRepeatCount_CountIsSetToOne()
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DBaseTween.java253 public int getRepeatCount() { in getRepeatCount() method in BaseTween
DTimeline.java241 …if (obj.getRepeatCount() < 0) throw new RuntimeException("You can't push an object with infinite r… in build()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalKeyListener.java235 if (hardKeyboard && !hardKeyboardHidden && event.getRepeatCount() == 0) { in onKey()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowView.java480 … !(animation.getRepeatCount() == Animation.INFINITE && elapsedTime >= animation.getDuration())) { in run()
/external/setupdesign/lottie_loading_layout/src/com/google/android/setupdesign/
DGlifLoadingLayout.java543 return !animationFinishListeners.isEmpty() && lottieAnimationView.getRepeatCount() == 0; in isFinishing()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerControlView.java1132 } else if (event.getRepeatCount() == 0) { in dispatchMediaKeyEvent()