Home
last modified time | relevance | path

Searched refs:animatorToCancel (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java943 Animator animatorToCancel = null; in animatePropertyBy() local
954 animatorToCancel = runningAnim; in animatePropertyBy()
959 if (animatorToCancel != null) { in animatePropertyBy()
960 animatorToCancel.cancel(); in animatePropertyBy()