Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DExpandedAlarmViewHolder.java353 final Animator backgroundAnimator = ObjectAnimator.ofPropertyValuesHolder(oldView, in createCollapsingAnimator() local
355 backgroundAnimator.setDuration(duration); in createCollapsingAnimator()
404 animatorSet.playTogether(backgroundAnimator, boundsAnimator, repeatAnimation, in createCollapsingAnimator()
417 final Animator backgroundAnimator = ObjectAnimator.ofPropertyValuesHolder(newView, in createExpandingAnimator() local
419 backgroundAnimator.setDuration(duration); in createExpandingAnimator()
480 animatorSet.playTogether(backgroundAnimator, repeatAnimation, boundsAnimator, in createExpandingAnimator()