Searched defs:animators (Results 1 – 2 of 2) sorted by relevance
97 List<Animator> animators = new ArrayList<Animator>(); in testPlaySequentially() local120 private void verifySequentialPlayOrder(final AnimatorSet set, Animator[] animators) in verifySequentialPlayOrder()543 Animator[] animators = new Animator[10]; in testMultipleAnimatorsPlayTogether() local
635 public HashMap<View, Animator> animators = new HashMap<>(); field in TransitionTest.CaptureAnimatorTransition