Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java330 DragView animateView = d.dragView; in onDrop() local
334 if (animateView != null && mActivity instanceof Launcher) { in onDrop()
338 dragLayer.getViewRectRelativeToSelf(animateView, from); in onDrop()
389 to.offset(center[0] - animateView.getMeasuredWidth() / 2, in onDrop()
390 center[1] - animateView.getMeasuredHeight() / 2); in onDrop()
403 dragLayer.animateView(animateView, from, to, finalAlpha, in onDrop()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java315animateView(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration, in animateViewIntoPosition()
341 public void animateView(final DragView view, final Rect from, final Rect to, in animateView() method in DragLayer
407 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView()
411 public void animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, in animateView() method in DragLayer
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingAnimation.java110 mDragLayer.animateView(mDragObject.dragView, this, duration, tInterpolator, in run()
/packages/apps/Launcher3/src/com/android/launcher3/
DButtonDropTarget.java301 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f, in onDrop()