Searched refs:animateView (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
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,
H A DDeleteDropTarget.java221 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
441 dragLayer.animateView(d.dragView, updateCb, duration, tInterpolator, onAnimationEndRunnable,
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
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderIcon.java291 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, argument
296 // Typically, the animateView corresponds to the DragView; however, if this is being done
299 if (animateView != null) {
302 dragLayer.getViewRectRelativeToSelf(animateView, from);
325 to.offset(center[0] - animateView.getMeasuredWidth() / 2,
326 center[1] - animateView.getMeasuredHeight() / 2);
331 dragLayer.animateView(animateView, from, to, finalAlpha,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeleteDropTarget.java145 dragLayer.animateView(d.dragView, fling, duration, tInterpolator, onAnimationEndRunnable,
H A DButtonDropTarget.java261 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java771 animateView(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration,
797 public void animateView(final DragView view, final Rect from, final Rect to, method in class:DragLayer
867 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle,
871 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, method in class:DragLayer

Completed in 153 milliseconds