Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DRoundView.java74 PropertyValuesHolder imgViewScaleX = PropertyValuesHolder.ofFloat(View in getScalingAnimator() local
78 .ofPropertyValuesHolder(this, imgViewScaleX, imgViewScaleY); in getScalingAnimator()
DInsertionListView.java174 PropertyValuesHolder imgViewScaleX = PropertyValuesHolder.ofFloat in addRow()
177 .ofPropertyValuesHolder(copyImgView, imgViewScaleX, imgViewScaleY); in addRow()