Searched refs:animatorToCancel (Results 1 – 1 of 1) sorted by relevance
297 private static void cancelAndStartAnimators(final ObjectAnimator animatorToCancel, in cancelAndStartAnimators() argument299 if (animatorToCancel == null || animatorToStart == null) { in cancelAndStartAnimators()304 if (animatorToCancel.isStarted()) { in cancelAndStartAnimators()305 animatorToCancel.cancel(); in cancelAndStartAnimators()306 startFraction = 1.0f - animatorToCancel.getAnimatedFraction(); in cancelAndStartAnimators()