Searched defs:previousAnimator (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipRecentsControlsView.java142 private static void startAnimator(Animator animator, Animator previousAnimator) { argument
143 cancelAnimator(previousAnimator);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java316 Animator previousAnimator = getChildTag(child, animatorTag);
317 if (previousAnimator != null) {
318 previousAnimator.cancel();
405 ValueAnimator previousAnimator = getChildTag(child, TAG_ANIMATOR_SHADOW_ALPHA);
408 if (previousAnimator != null) {
411 PropertyValuesHolder[] values = previousAnimator.getValues();
417 previousAnimator.setCurrentPlayTime(previousAnimator.getCurrentPlayTime());
434 long newDuration = cancelAnimatorAndGetNewDuration(duration, previousAnimator);
436 if (delay > 0 && (previousAnimator
832 cancelAnimatorAndGetNewDuration(long duration, ValueAnimator previousAnimator) argument
[all...]

Completed in 111 milliseconds