Home
last modified time | relevance | path

Searched refs:addInScreen (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java493 void addInScreen(View child, long container, int screen, int x, int y, int spanX, int spanY) { in addInScreen() method in Workspace
494 addInScreen(child, container, screen, x, y, spanX, spanY, false); in addInScreen()
509 void addInScreen(View child, long container, int screen, int x, int y, int spanX, int spanY, in addInScreen() method in Workspace
1953 addInScreen(view, container, screen, cellXY[0], cellXY[1], 1, 1, insertAtFirst);
2264 addInScreen(cell, container, screen, mTargetCell[0], mTargetCell[1],
3161 addInScreen(view, container, screen, mTargetCell[0], mTargetCell[1], info.spanX,
DLauncher.java1179 mWorkspace.addInScreen(view, container, screen, cellXY[0], cellXY[1], 1, 1, in completeAddShortcut()
1295 mWorkspace.addInScreen(launcherInfo.hostView, container, screen, cellXY[0], cellXY[1], in completeAddAppWidget()
1941 mWorkspace.addInScreen(newFolder, container, screen, cellX, cellY, 1, 1, in addFolder()
3511 workspace.addInScreen(shortcut, item.container, item.screen, item.cellX, in bindItems()
3534 workspace.addInScreen(newFolder, item.container, item.screen, item.cellX, in bindItems()
3589 workspace.addInScreen(item.hostView, item.container, item.screen, item.cellX, in bindAppWidget()
DFolder.java969 mLauncher.getWorkspace().addInScreen(child, mInfo.container, mInfo.screen, in replaceFolderWithFinalItem()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1080 addInScreen(child, info.container, info.screenId, x, y, info.spanX, info.spanY); in addInScreenFromBind()
1087 public void addInScreen(View child, ItemInfo info) { in addInScreen() method in Workspace
1088 addInScreen(child, info.container, info.screenId, info.cellX, info.cellY, in addInScreen()
1103 private void addInScreen(View child, long container, long screenId, int x, int y, in addInScreen() method in Workspace
2626 addInScreen(cell, container, screenId, mTargetCell[0], mTargetCell[1], in onDrop()
3395 addInScreen(view, container, screenId, mTargetCell[0], mTargetCell[1],
DLauncher.java1507 mWorkspace.addInScreen(view, info); in completeAddShortcut()
1543 mWorkspace.addInScreen(hostView, launcherInfo); in completeAddAppWidget()
2141 mWorkspace.addInScreen(newFolder, folderInfo); in addFolder()
3470 mWorkspace.addInScreen(view, item); in bindAppWidget()
3580 mWorkspace.addInScreen(view, item); in bindAppWidget()