Searched refs:rightBoundaryAnimator (Results 1 – 1 of 1) sorted by relevance
439 final ObjectAnimator rightBoundaryAnimator = ObjectAnimator.ofFloat( in createAnimator() local451 rightBoundaryAnimator.setDuration(EXPAND_DURATION); in createAnimator()454 rightBoundaryAnimator.addUpdateListener(updateListener); in createAnimator()457 rightBoundaryAnimator.setInterpolator(mExpandInterpolator); in createAnimator()464 boundaryAnimator.playTogether(leftBoundaryAnimator, rightBoundaryAnimator); in createAnimator()