Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DScaleTransition.java27 public Animator createAnimation(View view, float startScale, float endScale) { in createAnimation() argument
30 PropertyValuesHolder holderX = PropertyValuesHolder.ofFloat("scaleX", startScale, endScale); in createAnimation()
31 PropertyValuesHolder holderY = PropertyValuesHolder.ofFloat("scaleY", startScale, endScale); in createAnimation()