Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java426 for (Animator runningAnim : animatorSet) { in cancel()
427 runningAnim.cancel(); in cancel()
950 for (Animator runningAnim : animatorSet) { in animatePropertyBy()
951 PropertyBundle bundle = mAnimatorMap.get(runningAnim); in animatePropertyBy()
959 animatorToCancel = runningAnim; in animatePropertyBy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java261 Object runningAnim = scrim.getTag(TAG_KEY_ANIM); in setScrimColor() local
262 if (runningAnim instanceof ValueAnimator) { in setScrimColor()
263 ((ValueAnimator) runningAnim).cancel(); in setScrimColor()