Searched refs:animateView (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderIcon.java | 332 DragView animateView = d.dragView; in onDrop() local 336 if (animateView != null && mActivity instanceof Launcher) { in onDrop() 340 dragLayer.getViewRectRelativeToSelf(animateView, from); in onDrop() 391 to.offset(center[0] - animateView.getMeasuredWidth() / 2, in onDrop() 392 center[1] - animateView.getMeasuredHeight() / 2); in onDrop() 406 dragLayer.animateView(animateView, from, to, finalAlpha, in onDrop()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 302 …animateView(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration, in animateViewIntoPosition() 328 public void animateView(final DragView view, final Rect from, final Rect to, in animateView() method in DragLayer 394 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView() 398 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, in animateView() method in DragLayer
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | FlingAnimation.java | 107 mDragLayer.animateView(mDragObject.dragView, this, duration, tInterpolator, in run()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ButtonDropTarget.java | 232 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f, in onDrop()
|