Searched refs:rightBoundaryAnimator (Results 1 – 1 of 1) sorted by relevance
440 final ObjectAnimator rightBoundaryAnimator = ObjectAnimator.ofFloat( in createAnimator() local452 rightBoundaryAnimator.setDuration(EXPAND_DURATION); in createAnimator()455 rightBoundaryAnimator.addUpdateListener(updateListener); in createAnimator()458 rightBoundaryAnimator.setInterpolator(mExpandInterpolator); in createAnimator()465 boundaryAnimator.playTogether(leftBoundaryAnimator, rightBoundaryAnimator); in createAnimator()