Home
last modified time | relevance | path

Searched refs:imgViewScaleAnimator (Results 1 – 2 of 2) sorted by relevance

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DRoundView.java77 ObjectAnimator imgViewScaleAnimator = ObjectAnimator in getScalingAnimator() local
79 imgViewScaleAnimator.setRepeatCount(1); in getScalingAnimator()
80 imgViewScaleAnimator.setRepeatMode(ValueAnimator.REVERSE); in getScalingAnimator()
81 imgViewScaleAnimator.setDuration(ANIMATION_DURATION); in getScalingAnimator()
83 return imgViewScaleAnimator; in getScalingAnimator()
DInsertionListView.java176 ObjectAnimator imgViewScaleAnimator = ObjectAnimator in addRow()
178 imgViewScaleAnimator.setInterpolator(sOvershootInterpolator); in addRow()
180 animations.add(imgViewScaleAnimator); in addRow()