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