Searched refs:willAcceptItemType (Results 1 – 3 of 3) sorted by relevance
174 return o instanceof ItemInfo info && willAcceptItemType(info.itemType); in willAccept()180 public static boolean willAcceptItemType(int itemType) { in willAcceptItemType() method in Folder912 return Folder.willAcceptItemType(itemType); in acceptDrop()
265 return (Folder.willAcceptItemType(itemType) && item != mInfo && !mFolder.isOpen()); in willAcceptItem()
1878 boolean willBecomeShortcut = Folder.willAcceptItemType(info.itemType); in willCreateUserFolder()