Searched refs:heightAnimator (Results 1 – 2 of 2) sorted by relevance
243 final ObjectAnimator heightAnimator = in startDestroyAnimation() local245 heightAnimator.setInterpolator(new DecelerateInterpolator(2.0f)); in startDestroyAnimation()246 heightAnimator.setDuration(mShrinkAnimationDuration); in startDestroyAnimation()247 heightAnimator.start(); in startDestroyAnimation()
762 final ValueAnimator heightAnimator = ValueAnimator.ofInt(mCurrentHeight, targetHeight);763 heightAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {776 heightAnimator.setDuration(mResizeAnimDuration);777 heightAnimator.setInterpolator(mResizeInterpolator);780 heightAnimator.addListener(mResizeAnimatorListener);781 return heightAnimator;785 fadeOutAndHeightAnimator.playTogether(mProgramDescriptionFadeOutAnimator, heightAnimator);