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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 595 AnimatorUpdateListener updateCb = new AnimatorUpdateListener() {
630 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
634 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration,
657 mDropAnim.addUpdateListener(updateCb);
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 699 AnimatorUpdateListener updateCb = new AnimatorUpdateListener() {
736 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
740 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration,
762 mDropAnim.addUpdateListener(updateCb);
    [all...]

Completed in 61 milliseconds