Home
last modified time | relevance | path

Searched refs:detachContentView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DButtonDropTarget.java248 dragView.detachContentView(/* reattachToPreviousParent= */ true); in onDrop()
DWorkspace.java2107 d.dragView.detachContentView(/* reattachToPreviousParent= */ false); in onDrop()
2140 d.dragView.detachContentView(/* reattachToPreviousParent= */ true); in onDrop()
2153 d.dragView.detachContentView(/* reattachToPreviousParent= */ true); in onDrop()
3105 d.dragView.detachContentView(/* reattachToPreviousParent= */ true);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java497 public void detachContentView(boolean reattachToPreviousParent) { in detachContentView() method in DragView