Searched refs:animateView (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | FolderIcon.java | 335 DragView animateView = d.dragView; in onDrop() local 339 if (animateView != null && mActivity instanceof Launcher) { in onDrop() 392 to.offset(center[0] - animateView.getMeasuredWidth() / 2, in onDrop() 393 center[1] - animateView.getMeasuredHeight() / 2); in onDrop() 407 dragLayer.animateView(animateView, to, finalAlpha, in onDrop()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | DragLayer.java | 297 animateView(view, to, finalAlpha, finalScaleX, finalScaleY, duration, in animateViewIntoPosition() 318 public void animateView(final DragView view, final Rect to, in animateView() method in DragLayer
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | ButtonDropTarget.java | 229 dragLayer.animateView(d.dragView, to, scale, 0.1f, 0.1f, in onDrop()
|