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

/frameworks/base/core/java/android/animation/
H A DValueAnimator.java78 * Set when setCurrentPlayTime() is called. If negative, animation is not currently seeked
533 * actions based on that time. If the animation is already running, then setCurrentPlayTime()
538 public void setCurrentPlayTime(long playTime) { method in class:ValueAnimator
959 setCurrentPlayTime(0);

Completed in 44 milliseconds