Home
last modified time | relevance | path

Searched defs:boundsAnimator (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DCollapsedAlarmViewHolder.kt184 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView) in <lambda>() constant
207 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView) in <lambda>() constant
DExpandedAlarmViewHolder.kt329 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView) in <lambda>() constant
385 val boundsAnimator: Animator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView) in <lambda>() constant