OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:willAcceptItem
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java
292
private boolean
willAcceptItem
(ItemInfo item) {
301
return !mFolder.isDestroyed() &&
willAcceptItem
(item);
309
if (mFolder.isDestroyed() || !
willAcceptItem
((ItemInfo) dragInfo)) return;
/packages/apps/Launcher3/src/com/android/launcher3/
FolderIcon.java
319
private boolean
willAcceptItem
(ItemInfo item) {
328
return !mFolder.isDestroyed() &&
willAcceptItem
(item);
336
if (mFolder.isDestroyed() || !
willAcceptItem
((ItemInfo) dragInfo)) return;
Completed in 395 milliseconds