Searched refs:seekTime (Results 1 – 1 of 1) sorted by relevance
592 long seekTime = (long) (mDuration * fraction); in setCurrentFraction() local594 mStartTime = currentTime - seekTime; in setCurrentFraction()1317 long seekTime = (long) (mDuration * mSeekFraction); in doAnimationFrame() local1318 mStartTime = frameTime - seekTime; in doAnimationFrame()