Searched refs:willAcceptItem (Results 1 – 2 of 2) sorted by relevance
292 private boolean willAcceptItem(ItemInfo item) { in willAcceptItem() method in FolderIcon301 return !mFolder.isDestroyed() && willAcceptItem(item); in acceptDrop()309 if (mFolder.isDestroyed() || !willAcceptItem((ItemInfo) dragInfo)) return; in onDragEnter()
323 private boolean willAcceptItem(ItemInfo item) { in willAcceptItem() method in FolderIcon332 return !mFolder.isDestroyed() && willAcceptItem(item); in acceptDrop()340 if (mFolder.isDestroyed() || !willAcceptItem((ItemInfo) dragInfo)) return; in onDragEnter()