Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DButtonDropTarget.java220 dragView.detachContentView(/* reattachToPreviousParent= */ true); in onDrop()
H A DWorkspace.java2057 d.dragView.detachContentView(/* reattachToPreviousParent= */ false); in onDrop()
2097 d.dragView.detachContentView(/* reattachToPreviousParent= */ true); in onDrop()
2110 d.dragView.detachContentView(/* reattachToPreviousParent= */ true); in onDrop()
2989 d.dragView.detachContentView(/* reattachToPreviousParent= */ true); in onDropCompleted()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java455 public void detachContentView(boolean reattachToPreviousParent) { in detachContentView() method in DragView