Searched refs:animatorToStart (Results 1 – 1 of 1) sorted by relevance
298 final ObjectAnimator animatorToStart) { in cancelAndStartAnimators() argument299 if (animatorToCancel == null || animatorToStart == null) { in cancelAndStartAnimators()308 final long startTime = (long)(animatorToStart.getDuration() * startFraction); in cancelAndStartAnimators()309 animatorToStart.start(); in cancelAndStartAnimators()310 animatorToStart.setCurrentPlayTime(startTime); in cancelAndStartAnimators()