Home
last modified time | relevance | path

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

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