Home | History | Annotate | Download | only in model

Lines Matching defs:animators

384                 ArrayList<Animator> animators = new ArrayList<>();
391 animators.add(anim);
404 animators.add(anim);
418 animators.add(anim);
423 if (!animators.isEmpty()) {
425 mDockAreaOverlayAnimator.playTogether(animators);