Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceLayoutManager.java143 if (!layout.addViewToCellLayout(child, -1, childId, lp, markCellsAsOccupied)) { in addInScreen()
DCellLayout.java748 public boolean addViewToCellLayout(View child, int index, int childId, in addViewToCellLayout() method in CellLayout
DWorkspace.java620 if (!firstPage.addViewToCellLayout( in bindAndInitFirstWorkspaceScreen()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DHotseatReorderUnitTest.kt94 cellLayout.addViewToCellLayout( in addViewInCellLayout()
DReorderAlgorithmUnitTest.java141 cellLayout.addViewToCellLayout(cell, -1, cell.getId(), in addViewInCellLayout()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java213 getPageAt(pageNo).addViewToCellLayout(view, -1, item.getViewId(), lp, true); in addViewForRank()
338 currentPage.addViewToCellLayout(v, -1, info.getViewId(), lp, true); in arrangeChildren()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduDialog.java192 mSampleHotseat.addViewToCellLayout(icon, i, info.getViewId(), lp, true); in populatePreview()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java514 firstScreen.addViewToCellLayout(qsb, 0, R.id.search_container_workspace, lp, true);