Searched defs:animateView (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java540 animateView(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration,
565 public void animateView(final DragView view, final Rect from, final Rect to, method in class:DragLayer
630 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
634 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, method in class:DragLayer
H A DFolderIcon.java358 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, argument
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,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderIcon.java417 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, argument
423 // Typically, the animateView corresponds to the DragView; however, if this is being done
426 if (animateView != null) {
429 dragLayer.getViewRectRelativeToSelf(animateView, from);
452 to.offset(center[0] - animateView.getMeasuredWidth() / 2,
453 center[1] - animateView.getMeasuredHeight() / 2);
458 dragLayer.animateView(animateView, from, to, finalAlpha,
H A DDragLayer.java622 animateView(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration,
647 public void animateView(final DragView view, final Rect from, final Rect to, method in class:DragLayer
714 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
718 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, method in class:DragLayer

Completed in 87 milliseconds