HomeSort by relevance Sort by last modified time
    Searched defs:getBoundsAnimator (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
AnimatorUtils.java 242 public static Animator getBoundsAnimator(View target, View from, View to) {
263 return getBoundsAnimator(target, startLeft, startTop, startRight, startBottom, endLeft,
270 public static Animator getBoundsAnimator(View view, int fromLeft, int fromTop, int fromRight,
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
ExpandedAlarmViewHolder.java 274 animatorSet.playTogether(AnimatorUtils.getBoundsAnimator(itemView,
357 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(oldView, oldView, newView);
413 final Animator boundsAnimator = AnimatorUtils.getBoundsAnimator(newView, oldView, newView);

Completed in 61 milliseconds