Searched refs:addInScreenFromBind (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolder.java1200 // the same time in the CellLayout. We need to add the new item with addInScreenFromBind()
1203 mLauncher.getWorkspace().addInScreenFromBind(child, mInfo.container, mInfo.screenId,
H A DLauncher.java4366 workspace.addInScreenFromBind(shortcut, item.container, item.screenId, item.cellX,
4381 workspace.addInScreenFromBind(newFolder, item.container, item.screenId, item.cellX,
H A DWorkspace.java961 void addInScreenFromBind(View child, long container, long screenId, int x, int y, method in class:Workspace

Completed in 183 milliseconds