Skip to content

Commit a08f3e8

Browse files
Jeff BrownAndroid (Google) Code Review
authored andcommitted
Merge "Enable vsync traversals by default."
2 parents e32a4ac + ebb2d8d commit a08f3e8

File tree

5 files changed

+295
-308
lines changed

5 files changed

+295
-308
lines changed

core/java/android/animation/ValueAnimator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ private void doAnimationFrame() {
647647
// onAnimate to process the next frame of the animations.
648648
if (!mAnimationScheduled
649649
&& (!mAnimations.isEmpty() || !mDelayedAnims.isEmpty())) {
650-
mChoreographer.postAnimationCallback(this, null);
650+
mChoreographer.postCallback(Choreographer.CALLBACK_ANIMATION, this, null);
651651
mAnimationScheduled = true;
652652
}
653653
}

0 commit comments

Comments
 (0)