Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DTimeAnimator.java40 boolean animateBasedOnTime(long currentTime) { in animateBasedOnTime() method in TimeAnimator
55 animateBasedOnTime(currentTime); in setCurrentPlayTime()
DValueAnimator.java1322 boolean animateBasedOnTime(long currentTime) { in animateBasedOnTime() method in ValueAnimator
1481 boolean finished = animateBasedOnTime(currentTime); in doAnimationFrame()