/packages/apps/Launcher2/src/com/android/launcher2/ |
D | FolderIcon.java | 358 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, in onDrop() argument 367 if (animateView != null) { in onDrop() 370 dragLayer.getViewRectRelativeToSelf(animateView, from); in onDrop() 393 to.offset(center[0] - animateView.getMeasuredWidth() / 2, in onDrop() 394 center[1] - animateView.getMeasuredHeight() / 2); in onDrop() 399 dragLayer.animateView(animateView, from, to, finalAlpha, in onDrop()
|
D | DragLayer.java | 540 …animateView(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration, in animateViewIntoPosition() 565 public void animateView(final DragView view, final Rect from, final Rect to, in animateView() method in DragLayer 630 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView() 634 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, in animateView() method in DragLayer
|
D | DeleteDropTarget.java | 221 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f, in animateToTrashAndCompleteDrop() 441 dragLayer.animateView(d.dragView, updateCb, duration, tInterpolator, onAnimationEndRunnable,
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | FolderIcon.java | 420 private void onDrop(final ShortcutInfo item, DragView animateView, Rect finalRect, in onDrop() argument 429 if (animateView != null) { in onDrop() 432 dragLayer.getViewRectRelativeToSelf(animateView, from); in onDrop() 455 to.offset(center[0] - animateView.getMeasuredWidth() / 2, in onDrop() 456 center[1] - animateView.getMeasuredHeight() / 2); in onDrop() 461 dragLayer.animateView(animateView, from, to, finalAlpha, in onDrop()
|
D | DragLayer.java | 645 …animateView(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration, in animateViewIntoPosition() 670 public void animateView(final DragView view, final Rect from, final Rect to, in animateView() method in DragLayer 736 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView() 740 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, in animateView() method in DragLayer
|
D | DeleteDropTarget.java | 125 dragLayer.animateView(d.dragView, fling, duration, tInterpolator, onAnimationEndRunnable, in onFlingToDelete()
|
D | ButtonDropTarget.java | 245 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f, in onDrop()
|