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

  /packages/apps/Launcher3/src/com/android/launcher3/
DeleteDropTarget.java 125 dragLayer.animateView(d.dragView, fling, duration, tInterpolator, onAnimationEndRunnable,
ButtonDropTarget.java 245 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
DragLayer.java 645 animateView(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration,
670 public void animateView(final DragView view, final Rect from, final Rect to,
736 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
740 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration,
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 221 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
441 dragLayer.animateView(d.dragView, updateCb, duration, tInterpolator, onAnimationEndRunnable,
DragLayer.java 540 animateView(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration,
565 public void animateView(final DragView view, final Rect from, final Rect to,
630 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
634 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration,

Completed in 233 milliseconds