Searched refs:addToExistingFolderIfNecessary (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Workspace.java | 2147 boolean addToExistingFolderIfNecessary(View newView, CellLayout target, int[] targetCell, 2221 if (addToExistingFolderIfNecessary(cell, dropTargetLayout, mTargetCell, 3147 if (addToExistingFolderIfNecessary(view, cellLayout, mTargetCell, distance, d,
|
D | Launcher.java | 1159 if (mWorkspace.addToExistingFolderIfNecessary(view, layout, cellXY, 0, dragObject, in completeAddShortcut()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 2695 boolean addToExistingFolderIfNecessary(View newView, CellLayout target, int[] targetCell, in addToExistingFolderIfNecessary() method in Workspace.WallpaperOffsetInterpolator 2770 if (addToExistingFolderIfNecessary(cell, dropTargetLayout, mTargetCell, in onDrop() 3662 if (addToExistingFolderIfNecessary(view, cellLayout, mTargetCell, distance, d,
|
D | Launcher.java | 1521 if (mWorkspace.addToExistingFolderIfNecessary(view, layout, cellXY, 0, dragObject, in completeAddShortcut()
|