Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceLayoutManager.java122 if (!layout.addViewToCellLayout(child, -1, childId, lp, markCellsAsOccupied)) { in addInScreen()
DCellLayout.java575 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, in addViewToCellLayout() method in CellLayout
DWorkspace.java515 if (!firstPage.addViewToCellLayout(qsb, 0, R.id.search_container_workspace, lp, true)) { in bindAndInitFirstWorkspaceScreen()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java228 getPageAt(pageNo).addViewToCellLayout(view, -1, item.getViewId(), lp, true); in addViewForRank()
354 currentPage.addViewToCellLayout(v, -1, info.getViewId(), lp, true); in arrangeChildren()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java269 mWorkspace.addViewToCellLayout(qsb, 0, R.id.search_container_workspace, lp, true);