Searched defs:labelToAnimate (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DUtils.java122 * @param labelToAnimate the view to pulsate.
125 public static ObjectAnimator getPulseAnimator(View labelToAnimate, float decreaseRatio, argument
135 ObjectAnimator.ofPropertyValuesHolder(labelToAnimate, scaleX, scaleY);

Completed in 54 milliseconds