Searched refs:getBoundsAnimator (Results 1 – 3 of 3) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AnimatorUtils.kt | 236 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/ |
D | CollapsedAlarmViewHolder.kt | 184 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView) in <lambda>() 207 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView) in <lambda>()
|
D | ExpandedAlarmViewHolder.kt | 240 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>()
|