Searched refs:imgViewScaleAnimator (Results 1 – 2 of 2) sorted by relevance
77 ObjectAnimator imgViewScaleAnimator = ObjectAnimator in getScalingAnimator() local79 imgViewScaleAnimator.setRepeatCount(1); in getScalingAnimator()80 imgViewScaleAnimator.setRepeatMode(ValueAnimator.REVERSE); in getScalingAnimator()81 imgViewScaleAnimator.setDuration(ANIMATION_DURATION); in getScalingAnimator()83 return imgViewScaleAnimator; in getScalingAnimator()
176 ObjectAnimator imgViewScaleAnimator = ObjectAnimator in addRow()178 imgViewScaleAnimator.setInterpolator(sOvershootInterpolator); in addRow()180 animations.add(imgViewScaleAnimator); in addRow()