Searched refs:willAddToExistingUserFolder (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | Workspace.java | 2013 if (willAddToExistingUserFolder((ItemInfo) d.dragInfo, dropTargetLayout, 2073 boolean willAddToExistingUserFolder(Object dragInfo, CellLayout target, int[] targetCell, method in class:Workspace 2890 willAddToExistingUserFolder(info, targetLayout, targetCell, distance); 3047 distance, true) || willAddToExistingUserFolder((ItemInfo) d.dragInfo,
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Workspace.java | 2435 if (mAddToExistingFolderOnDrop && willAddToExistingUserFolder((ItemInfo) d.dragInfo, 2501 boolean willAddToExistingUserFolder(Object dragInfo, CellLayout target, int[] targetCell, method in class:Workspace 3289 willAddToExistingUserFolder(info, targetLayout, targetCell, distance); 3451 distance, true) || willAddToExistingUserFolder((ItemInfo) d.dragInfo,
|
Completed in 67 milliseconds