Searched refs:INFINITE (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity.java56 moveRight.setRepeatCount(ObjectAnimator.INFINITE);
62 moveLeft.setRepeatCount(ObjectAnimator.INFINITE);
68 rotate.setRepeatCount(ObjectAnimator.INFINITE);
H A DAnimated3dActivity.java47 animator.setRepeatCount(ObjectAnimator.INFINITE);
H A DClipRegionActivity.java45 animator.setRepeatCount(ValueAnimator.INFINITE);
H A DTransformsAndAnimationsActivity.java118 alphaAnim.setRepeatCount(Animation.INFINITE);
123 transAnim.setRepeatCount(Animation.INFINITE);
169 anim1b.setRepeatCount(ValueAnimator.INFINITE);
H A DBitmapMutateActivity.java48 mAnimator.setRepeatCount(ObjectAnimator.INFINITE);
H A DBitmapsActivity.java49 a.setRepeatCount(Animation.INFINITE);
H A DScaledTextActivity.java40 animation.setRepeatCount(ObjectAnimator.INFINITE);
H A DViewPropertyAlphaActivity.java107 anim.setRepeatCount(ValueAnimator.INFINITE);
H A DAlphaLayersActivity.java47 a.setRepeatCount(Animation.INFINITE);
H A DLinesActivity.java44 mAnimator.setRepeatCount(ObjectAnimator.INFINITE);
H A DGLTextureViewActivity.java99 animator.setRepeatCount(ObjectAnimator.INFINITE);
/frameworks/native/libs/utils/
H A DThreads.cpp432 dwWaitResult = WaitForSingleObject((HANDLE) mState, INFINITE);
514 DWORD timeout = INFINITE;
552 INFINITE, FALSE);
555 WaitForSingleObject(condState->internalMutex, INFINITE);
560 WaitForSingleObject(hMutex, INFINITE);
626 WaitForSingleObject(condState->internalMutex, INFINITE);
654 WaitForSingleObject(condState->internalMutex, INFINITE);
672 WaitForSingleObject(condState->waitersDone, INFINITE);
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java37 public static final int INFINITE = -1; field in class:Animation
524 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
536 * greater than 0 or {@link #INFINITE}, the repeat mode will be taken
544 repeatCount = INFINITE;
710 * @return the number of times the animation should repeat, or {@link #INFINITE}
1143 * for animations with repeat count set to INFINITE.</p>
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackView.java195 tileAnimator.setRepeatCount(ValueAnimator.INFINITE);
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java103 * repeatCount (if repeatCount!=INFINITE), the animation ends
213 * When the animation reaches the end and <code>repeatCount</code> is INFINITE
218 * When the animation reaches the end and <code>repeatCount</code> is INFINITE
226 public static final int INFINITE = -1; field in class:ValueAnimator
753 * greater than 0 or {@link #INFINITE}, the repeat mode will be taken
765 * @return the number of times the animation should repeat, or {@link #INFINITE}
774 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
1093 if (mCurrentIteration < mRepeatCount || mRepeatCount == INFINITE) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DProgressBarICS.java628 mAnimation.setRepeatCount(Animation.INFINITE);
/frameworks/base/core/java/android/widget/
H A DProgressBar.java876 mAnimation.setRepeatCount(Animation.INFINITE);

Completed in 241 milliseconds