Searched refs:animationFrame (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DTimeAnimator.java18 boolean animationFrame(long currentTime) { method in class:TimeAnimator
H A DValueAnimator.java551 animationFrame(currentTime);
650 // Now process all active animations. The return value from animationFrame()
656 if (anim.animationFrame(currentTime)) {
665 // calling animationFrame(). Another approach would be to copy
1105 boolean animationFrame(long currentTime) { method in class:ValueAnimator

Completed in 44 milliseconds