Searched refs:endScale (Results 1 – 1 of 1) sorted by relevance
27 public Animator createAnimation(View view, float startScale, float endScale) { in createAnimation() argument30 PropertyValuesHolder holderX = PropertyValuesHolder.ofFloat("scaleX", startScale, endScale); in createAnimation()31 PropertyValuesHolder holderY = PropertyValuesHolder.ofFloat("scaleY", startScale, endScale); in createAnimation()