Searched refs:getBoundsAnimator (Results 1 – 3 of 3) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AnimatorUtils.java | 242 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/ |
D | ExpandedAlarmViewHolder.java | 274 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()
|
D | CollapsedAlarmViewHolder.java | 199 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView) in createExpandingAnimator() 222 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView) in createCollapsingAnimator()
|