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.java220 dragView.detachContentView(/* reattachToPreviousParent= */ true); in onDrop()
DWorkspace.java1878 d.dragView.detachContentView(/* reattachToPreviousParent= */ false); in onDrop()
1920 d.dragView.detachContentView(/* reattachToPreviousParent= */ true); in onDrop()
1933 d.dragView.detachContentView(/* reattachToPreviousParent= */ true); in onDrop()
2801 d.dragView.detachContentView(/* reattachToPreviousParent= */ true);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java469 public void detachContentView(boolean reattachToPreviousParent) { in detachContentView() method in DragView