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.java242 public static Animator getBoundsAnimator(View target, View from, View to) { in getBoundsAnimator() method in AnimatorUtils
263 return getBoundsAnimator(target, startLeft, startTop, startRight, startBottom, endLeft, in getBoundsAnimator()
270 public static Animator getBoundsAnimator(View view, int fromLeft, int fromTop, int fromRight, in getBoundsAnimator() method in AnimatorUtils
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DExpandedAlarmViewHolder.java274 animatorSet.playTogether(AnimatorUtils.getBoundsAnimator(itemView, in onAnimateChange()
357 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView); in createCollapsingAnimator()
413 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView); in createExpandingAnimator()
DCollapsedAlarmViewHolder.java199 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView) in createExpandingAnimator()
222 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView) in createCollapsingAnimator()