Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DAnimatorUtils.kt236 fun getBoundsAnimator(target: View, from: View, to: View): Animator { in <lambda>() method
257 return getBoundsAnimator(target, startLeft, startTop, startRight, startBottom, endLeft, in <lambda>()
265 fun getBoundsAnimator( in <lambda>() method
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DCollapsedAlarmViewHolder.kt184 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView) in <lambda>()
207 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView) in <lambda>()
DExpandedAlarmViewHolder.kt240 animatorSet.playTogether(AnimatorUtils.getBoundsAnimator(itemView, in <lambda>()
329 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView) in <lambda>()
385 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView) in <lambda>()