HomeSort by relevance Sort by last modified time
    Searched refs:arrowAnimation (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
CollapsedAlarmViewHolder.java 237 final Animator arrowAnimation = ObjectAnimator.ofFloat(arrow, View.TRANSLATION_Y, 0f)
239 arrowAnimation.setInterpolator(AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN);
242 animatorSet.playTogether(alphaAnimatorSet, boundsAnimator, arrowAnimation);
ExpandedAlarmViewHolder.java 450 final Animator arrowAnimation = ObjectAnimator.ofFloat(arrow, View.TRANSLATION_Y, 0f)
452 arrowAnimation.setInterpolator(AnimatorUtils.INTERPOLATOR_FAST_OUT_SLOW_IN);
482 deleteAnimation, hairLineAnimation, dismissAnimation, arrowAnimation);

Completed in 423 milliseconds