Searched refs:willAddToExistingUserFolder (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 2549 if (mAddToExistingFolderOnDrop && willAddToExistingUserFolder((ItemInfo) d.dragInfo, in acceptDrop() 2618 boolean willAddToExistingUserFolder(Object dragInfo, CellLayout target, int[] targetCell, in willAddToExistingUserFolder() method in Workspace.WallpaperOffsetInterpolator 2622 return willAddToExistingUserFolder(dragInfo, dropOverView); in willAddToExistingUserFolder() 2625 boolean willAddToExistingUserFolder(Object dragInfo, View dropOverView) { in willAddToExistingUserFolder() method in Workspace.WallpaperOffsetInterpolator 3408 boolean willAddToFolder = willAddToExistingUserFolder(info, dragOverView); 3570 distance, true) || willAddToExistingUserFolder((ItemInfo) d.dragInfo,
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Workspace.java | 2013 if (willAddToExistingUserFolder((ItemInfo) d.dragInfo, dropTargetLayout, 2073 boolean willAddToExistingUserFolder(Object dragInfo, CellLayout target, int[] targetCell, 2890 willAddToExistingUserFolder(info, targetLayout, targetCell, distance); 3047 distance, true) || willAddToExistingUserFolder((ItemInfo) d.dragInfo,
|