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.java296 private void onDrop(final WorkspaceItemInfo item, DragView animateView, Rect finalRect, in onDrop() argument
305 if (animateView != null) { in onDrop()
308 dragLayer.getViewRectRelativeToSelf(animateView, from); in onDrop()
360 to.offset(center[0] - animateView.getMeasuredWidth() / 2, in onDrop()
361 center[1] - animateView.getMeasuredHeight() / 2); in onDrop()
366 dragLayer.animateView(animateView, from, to, finalAlpha, in onDrop()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java319animateView(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration, in animateViewIntoPosition()
345 public void animateView(final DragView view, final Rect from, final Rect to, in animateView() method in DragLayer
411 animateView(view, updateCb, duration, interpolator, onCompleteRunnable, animationEndStyle, in animateView()
415 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.java300 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f, in onDrop()