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

/frameworks/base/core/java/android/animation/
H A DTimeAnimator.java51 public void setCurrentPlayTime(long playTime) { method in class:TimeAnimator
83 * set to a specific {@link ValueAnimator#setCurrentPlayTime(long) currentPlayTime}
H A DValueAnimator.java79 * Set when setCurrentPlayTime() is called. If negative, animation is not currently seeked
543 * actions based on that time. If the animation is already running, then setCurrentPlayTime()
548 public void setCurrentPlayTime(long playTime) { method in class:ValueAnimator
1039 setCurrentPlayTime(0);

Completed in 51 milliseconds