Home
last modified time | relevance | path

Searched refs:animateWidgetDrop (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2139 animateWidgetDrop(info, parent, d.dragView, null, animationType, cell, false); in onDrop()
2735 animateWidgetDrop(info, cellLayout, d.dragView, onAnimationCompleteRunnable, in onDropExternal()
2881 public void animateWidgetDrop(ItemInfo info, CellLayout cellLayout, final DragView dragView, in animateWidgetDrop() method in Workspace
H A DLauncher.java936 mWorkspace.animateWidgetDrop(requestArgs, cellLayout, in completeTwoStageWidgetDrop()