Searched refs:contentAnim (Results 1 – 1 of 1) sorted by relevance
259 AnimatorSet contentAnim = new AnimatorSet(); in animateStartDrag() local260 contentAnim.playTogether( in animateStartDrag()265 contentAnim.setDuration(EXPANDED_VIEW_DRAG_ANIMATION_DURATION).setInterpolator(EMPHASIZED); in animateStartDrag()271 animatorSet.playTogether(contentAnim, handleAnim); in animateStartDrag()312 AnimatorSet contentAnim = new AnimatorSet(); in animateToRestPosition() local313 contentAnim.playTogether( in animateToRestPosition()320 contentAnim.setDuration(EXPANDED_VIEW_ANIMATE_TO_REST_DURATION).setInterpolator(EMPHASIZED); in animateToRestPosition()326 animatorSet.playTogether(contentAnim, handleAlphaAnim); in animateToRestPosition()