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

  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 358 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect,
364 // Typically, the animateView corresponds to the DragView; however, if this is being done
367 if (animateView != null) {
370 dragLayer.getViewRectRelativeToSelf(animateView, from);
393 to.offset(center[0] - animateView.getMeasuredWidth() / 2,
394 center[1] - animateView.getMeasuredHeight() / 2);
399 dragLayer.animateView(animateView, from, to, finalAlpha,
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 78 milliseconds