Searched refs:acceptDrop (Results 1 – 9 of 9) sorted by relevance
83 override fun acceptDrop(dragObject: DropTarget.DragObject): Boolean = true in acceptDrop() method in com.android.launcher3.taskbar.bubbles.BubbleBarLocationDropTarget
143 boolean acceptDrop(DragObject dragObject); in acceptDrop() method
216 public final boolean acceptDrop(DragObject dragObject) { in acceptDrop() method in ButtonDropTarget
1819 public boolean acceptDrop(DragObject d) { in acceptDrop() method in Workspace1939 if (fi.acceptDrop(dragInfo)) { in willAddToExistingUserFolder()2013 if (fi.acceptDrop(d.dragInfo)) { in addToExistingFolderIfNecessary()
182 public boolean acceptDrop(DragObject dragObject) { in getDefaultDropTarget()
658 fun `acceptDrop should return true with the correct item type as a parameter`() { in acceptDrop should return true with the correct item type as a parameter()664 val result = folder.acceptDrop(dragObject) in acceptDrop should return true with the correct item type as a parameter()670 fun `acceptDrop should return false with the incorrect item type as a parameter`() { in acceptDrop should return false with the incorrect item type as a parameter()676 val result = folder.acceptDrop(dragObject) in acceptDrop should return false with the incorrect item type as a parameter()
539 if (!mIsInPreDrag && dropTarget.acceptDrop(mDragObject)) { in drop()
263 public boolean acceptDrop(ItemInfo dragInfo) { in acceptDrop() method in FolderIcon
955 public boolean acceptDrop(DragObject d) { in acceptDrop() method in Folder