Searched refs:holderY (Results 1 – 1 of 1) sorted by relevance
31 PropertyValuesHolder holderY = PropertyValuesHolder.ofFloat("scaleY", startScale, endScale); in createAnimation() local32 return ObjectAnimator.ofPropertyValuesHolder(view, holderX, holderY); in createAnimation()