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

  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 212 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
434 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 43 milliseconds