Searched refs:scrollYAnimator (Results 1 – 1 of 1) sorted by relevance
70 Animator scrollYAnimator = null; in createAnimator() local77 scrollYAnimator = ObjectAnimator.ofInt(view, "scrollY", startY, endY); in createAnimator()79 return TransitionUtils.mergeAnimators(scrollXAnimator, scrollYAnimator); in createAnimator()