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

/frameworks/base/core/java/android/animation/
H A DTimeAnimator.java51 public void setCurrentPlayTime(long playTime) { method in class:TimeAnimator
84 * set to a specific {@link ValueAnimator#setCurrentPlayTime(long) currentPlayTime}
H A DValueAnimator.java109 * Set when setCurrentPlayTime() is called. If negative, animation is not currently seeked
571 * actions based on that time. If the animation is already running, then setCurrentPlayTime()
576 public void setCurrentPlayTime(long playTime) { method in class:ValueAnimator
684 * {@link #setCurrentPlayTime(long)} or {@link #setCurrentFraction(float)}, in which case
1001 setCurrentPlayTime(0);
/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.cpp73 anim->setCurrentPlayTime(playTime);
121 void PropertyAnimator::setCurrentPlayTime(nsecs_t playTime) { function in class:android::uirenderer::PropertyAnimator

Completed in 323 milliseconds