Searched refs:addViewToCellLayout (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DHotseat.java145 mContent.addViewToCellLayout(allAppsButton, -1, 0, lp, true);
H A DFolder.java550 mContent.addViewToCellLayout(textView, insert ? 0 : -1, (int)item.id, lp, true);
905 mContent.addViewToCellLayout(v, insert ? 0 : -1, (int)info.id, lp, true);
1015 mContent.addViewToCellLayout(mCurrentDragView, -1, (int)item.id, lp, true);
H A DPagedViewCellLayout.java101 public boolean addViewToCellLayout(View child, int index, int childId, method in class:PagedViewCellLayout
H A DAppsCustomizePagedView.java1044 layout.addViewToCellLayout(icon, -1, i, new PagedViewCellLayout.LayoutParams(x,y, 1,1));
H A DCellLayout.java615 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, method in class:CellLayout
H A DWorkspace.java566 if (!layout.addViewToCellLayout(child, insert ? 0 : -1, childId, lp, markCellsAsOccupied)) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java162 mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true);
H A DWorkspace.java632 if (!firstPage.addViewToCellLayout(qsb, 0, getEmbeddedQsbId(), lp, true)) {
799 customScreen.addViewToCellLayout(customContent, 0, 0, lp, true);
1168 if (!layout.addViewToCellLayout(child, insert ? 0 : -1, childId, lp, markCellsAsOccupied)) {
H A DCellLayout.java628 public boolean addViewToCellLayout(View child, int index, int childId, LayoutParams params, method in class:CellLayout
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java226 getPageAt(pageNo).addViewToCellLayout(
351 currentPage.addViewToCellLayout(

Completed in 204 milliseconds