Searched refs:rightBoundaryAnimator (Results 1 – 1 of 1) sorted by relevance
431 final ObjectAnimator rightBoundaryAnimator = ObjectAnimator.ofFloat( in createAnimator() local443 rightBoundaryAnimator.setDuration(EXPAND_DURATION); in createAnimator()446 rightBoundaryAnimator.addUpdateListener(updateListener); in createAnimator()449 rightBoundaryAnimator.setInterpolator(mExpandInterpolator); in createAnimator()453 boundaryAnimator.playTogether(leftBoundaryAnimator, rightBoundaryAnimator); in createAnimator()