Searched refs:addInScreen (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceLayoutManager.java | 47 addInScreen(child, info.container, info.screenId, x, y, info.spanX, info.spanY); in addInScreenFromBind() 54 default void addInScreen(View child, ItemInfo info) { in addInScreen() method 55 addInScreen(child, info.container, info.screenId, info.cellX, info.cellY, in addInScreen() 70 default void addInScreen(View child, int container, int screenId, int x, int y, in addInScreen() method
|
D | Launcher.java | 1208 mWorkspace.addInScreen(view, info); in completeAddShortcut() 1254 mWorkspace.addInScreen(hostView, launcherInfo); in completeAddAppWidget() 1672 mWorkspace.addInScreen(newFolder, folderInfo); in addFolder() 2115 mWorkspace.addInScreen(view, item); in bindAppWidget()
|
D | Workspace.java | 1855 addInScreen(cell, container, screenId, mTargetCell[0], mTargetCell[1], in onDrop() 2576 addInScreen(view, container, screenId, mTargetCell[0], mTargetCell[1],
|