Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java963 void addInScreen(View child, long container, long screenId, in addInScreen() method in Workspace
965 addInScreen(child, container, screenId, x, y, spanX, spanY, false, false); in addInScreen()
972 addInScreen(child, container, screenId, x, y, spanX, spanY, false, true); in addInScreenFromBind()
976 void addInScreen(View child, long container, long screenId, int x, int y, int spanX, int spanY, in addInScreen() method in Workspace
978 addInScreen(child, container, screenId, x, y, spanX, spanY, insert, false); in addInScreen()
996 void addInScreen(View child, long container, long screenId, int x, int y, int spanX, int spanY, in addInScreen() method in Workspace
2837 addInScreen(view, container, screenId, cellXY[0], cellXY[1], 1, 1, insertAtFirst); in addApplicationShortcut()
3162 addInScreen(cell, container, screenId, mTargetCell[0], mTargetCell[1], in onDrop()
4040 addInScreen(view, container, screenId, mTargetCell[0], mTargetCell[1], info.spanX,
DHotseat.java203 workspace.addInScreen(folder, fi.container, fi.screenId, fi.cellX, fi.cellY, in addAllAppsFolder()
DLauncher.java1551 mWorkspace.addInScreen(view, container, screenId, cellXY[0], cellXY[1], 1, 1, in completeAddShortcut()
1667 mWorkspace.addInScreen(launcherInfo.hostView, container, screenId, cellXY[0], cellXY[1], in completeAddAppWidget()
2425 mWorkspace.addInScreen(newFolder, container, screenId, cellX, cellY, 1, 1, in addFolder()
4450 workspace.addInScreen(item.hostView, item.container, item.screenId, item.cellX, in bindAppWidget()
/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.java1153 mWorkspace.addInScreen(view, container, screen, cellXY[0], cellXY[1], 1, 1, in completeAddShortcut()
1269 mWorkspace.addInScreen(launcherInfo.hostView, container, screen, cellXY[0], cellXY[1], in completeAddAppWidget()
1915 mWorkspace.addInScreen(newFolder, container, screen, cellX, cellY, 1, 1, in addFolder()
3485 workspace.addInScreen(shortcut, item.container, item.screen, item.cellX, in bindItems()
3508 workspace.addInScreen(newFolder, item.container, item.screen, item.cellX, in bindItems()
3563 workspace.addInScreen(item.hostView, item.container, item.screen, item.cellX, in bindAppWidget()
DFolder.java969 mLauncher.getWorkspace().addInScreen(child, mInfo.container, mInfo.screen, in replaceFolderWithFinalItem()