Searched defs:doAnimationFrame (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DValueAnimator.java509 doAnimationFrame(currentTime);
539 // Used in doAnimationFrame() to avoid concurrent modifications of mAnimations
567 private void doAnimationFrame(long frameTime) { method in class:ValueAnimator.AnimationHandler
616 if (mAnimations.contains(anim) && anim.doAnimationFrame(frameTime)) {
639 doAnimationFrame(mChoreographer.getFrameTime());
1115 final boolean doAnimationFrame(long frameTime) { method in class:ValueAnimator

Completed in 39 milliseconds