Searched refs:addToExistingFolderIfNecessary (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java2147 boolean addToExistingFolderIfNecessary(View newView, CellLayout target, int[] targetCell, method in class:Workspace
2221 if (addToExistingFolderIfNecessary(cell, dropTargetLayout, mTargetCell,
3147 if (addToExistingFolderIfNecessary(view, cellLayout, mTargetCell, distance, d,
H A DLauncher.java1159 if (mWorkspace.addToExistingFolderIfNecessary(view, layout, cellXY, 0, dragObject,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2395 boolean addToExistingFolderIfNecessary(View newView, CellLayout target, int[] targetCell, method in class:Workspace
2472 if (addToExistingFolderIfNecessary(cell, dropTargetLayout, mTargetCell,
3280 if (addToExistingFolderIfNecessary(view, cellLayout, mTargetCell, distance, d,
H A DLauncher.java1457 if (mWorkspace.addToExistingFolderIfNecessary(view, layout, cellXY, 0, dragObject,

Completed in 100 milliseconds