Searched refs:backgroundAnimator (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | IconAppChipView.java | 376 ValueAnimator backgroundAnimator = ValueAnimator.ofObject( in revealAnim() local 380 backgroundAnimator.addUpdateListener(valueAnimator -> invalidateOutline()); in revealAnim() 395 backgroundAnimator, in revealAnim() 414 ValueAnimator backgroundAnimator = ValueAnimator.ofObject( in revealAnim() local 418 backgroundAnimator.addUpdateListener(valueAnimator -> invalidateOutline()); in revealAnim() 422 backgroundAnimator, in revealAnim()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/ |
D | ExpandedAlarmViewHolder.kt | 325 val backgroundAnimator: Animator = ObjectAnimator.ofPropertyValuesHolder(oldView, in <lambda>() constant 327 backgroundAnimator.duration = duration in <lambda>() 376 animatorSet.playTogether(backgroundAnimator, boundsAnimator, repeatAnimation, in <lambda>() 389 val backgroundAnimator: Animator = ObjectAnimator.ofPropertyValuesHolder(newView, in <lambda>() constant 391 backgroundAnimator.duration = duration in <lambda>() 452 animatorSet.playTogether(backgroundAnimator, repeatAnimation, boundsAnimator, in <lambda>()
|