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

/frameworks/base/core/java/android/animation/
H A DValueAnimator.java510 doAnimationFrame(currentTime);
544 // Used in doAnimationFrame() to avoid concurrent modifications of mAnimations
574 private void doAnimationFrame(long frameTime) { method in class:ValueAnimator.AnimationHandler
623 if (mAnimations.contains(anim) && anim.doAnimationFrame(frameTime)) {
646 doAnimationFrame(mChoreographer.getFrameTime());
1128 final boolean doAnimationFrame(long frameTime) { method in class:ValueAnimator

Completed in 23 milliseconds