Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java174 return o instanceof ItemInfo info && willAcceptItemType(info.itemType); in willAccept()
180 public static boolean willAcceptItemType(int itemType) { in willAcceptItemType() method in Folder
912 return Folder.willAcceptItemType(itemType); in acceptDrop()
DFolderIcon.java265 return (Folder.willAcceptItemType(itemType) && item != mInfo && !mFolder.isOpen()); in willAcceptItem()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1878 boolean willBecomeShortcut = Folder.willAcceptItemType(info.itemType); in willCreateUserFolder()