HomeSort by relevance Sort by last modified time
    Searched defs:setCurrentPlayTime (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/core/java/android/animation/
TimeAnimator.java 51 public void setCurrentPlayTime(long playTime) {
84 * set to a specific {@link ValueAnimator#setCurrentPlayTime(long) currentPlayTime}
ValueAnimator.java 111 * Set when setCurrentPlayTime() is called. If negative, animation is not currently seeked
610 * actions based on that time. If the animation is already running, then setCurrentPlayTime()
615 public void setCurrentPlayTime(long playTime) {
726 * {@link #setCurrentPlayTime(long)} or {@link #setCurrentFraction(float)}, in which case
    [all...]