Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DValueAnimator.java781 void commitAnimationFrame(long frameTime) { in commitAnimationFrame() method in ValueAnimator.AnimationHandler
785 mAnimations.get(i).commitAnimationFrame(adjustment); in commitAnimationFrame()
809 commitAnimationFrame(mChoreographer.getFrameTime());
1322 void commitAnimationFrame(long adjustment) { in commitAnimationFrame() method in ValueAnimator