Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DFolderIcon.java358 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()
DDragLayer.java540animateView(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
DDeleteDropTarget.java221 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/
DFolderIcon.java420 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()
DDragLayer.java645animateView(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
DDeleteDropTarget.java125 dragLayer.animateView(d.dragView, fling, duration, tInterpolator, onAnimationEndRunnable, in onFlingToDelete()
DButtonDropTarget.java245 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f, in onDrop()