Searched refs:addViewToCellLayout (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 197 getPageAt(pageNo).addViewToCellLayout(view, -1, item.getViewId(), lp, true); in addViewForRank() 310 currentPage.addViewToCellLayout(v, -1, info.getViewId(), lp, true); in arrangeChildren()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceLayoutManager.java | 125 if (!layout.addViewToCellLayout(child, -1, childId, lp, markCellsAsOccupied)) { in addInScreen()
|
D | CellLayout.java | 580 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout() method in CellLayout
|
D | Workspace.java | 518 if (!firstPage.addViewToCellLayout(qsb, 0, R.id.search_container_workspace, lp, true)) { in bindAndInitFirstWorkspaceScreen()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/ |
D | HotseatEduDialog.java | 199 mSampleHotseat.addViewToCellLayout(icon, i, info.getViewId(), lp, true); in populatePreview()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | LauncherPreviewRenderer.java | 511 mWorkspace.addViewToCellLayout(qsb, 0, R.id.search_container_workspace, lp, true); in populate()
|