Searched defs:addToExistingFolderIfNecessary (Results 1 - 2 of 2) 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,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2545 boolean addToExistingFolderIfNecessary(View newView, CellLayout target, int[] targetCell, method in class:Workspace
2620 if (addToExistingFolderIfNecessary(cell, dropTargetLayout, mTargetCell,
3513 if (addToExistingFolderIfNecessary(view, cellLayout, mTargetCell, distance, d,

Completed in 108 milliseconds